Closed (fixed)
Project:
Manager
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jun 2011 at 16:23 UTC
Updated:
27 Jun 2011 at 15:21 UTC
Jump to comment: Most recent file
I enable the three Manager modules and could not found the Manager Settings link on admin/config page.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 0001-Fix-1178686-Manager-Settings-page-doesn-t-appear-on-.patch | 796 bytes | danillonunes |
Comments
Comment #1
danillonunes commentedApparently D7 needs an extra argument on config pages, so I moved admin/config/manager to admin/config/user-interface/manager. Patch attached.
Comment #2
franzThat's odd, this was not manually changed, so it could be an issue with Coder Upgrader. If you could cross-post on their issue queue, would be really nice.
Comment #3
franzComment #4
danillonunes commentedI thought this path cannot be changed automatically by Coder Upgrade.
Comment #5
franzWell, it was changed from 'admin/settings/manager' in to 'admin/config/manager', but right now I can't remember if I did it manually before and forgot to clean-up before running Coder Upgrade.
Comment #6
franzbtw, you have commit access, so if you feel like, go ahead and commit this. =)
Comment #7
danillonunes commentedOh, right, I think it can change from 'admin/settings/manager' to 'admin/config/manager', but it cannot assume what config/subpath will be used.
btw, commited to 7.x-1.x. :)