When you're on an admin page for a tool, show the tool sidebar instead of the admin.
One option would be to replace the default AdminController
all together and incorporate the admin options directly in the app's RootController
. This might be more work then extending/replacing the app's side_bar menu -- but it also may be a cleaner solution.
The "Admin Fields" page on ticket trackers does this already, so that'd be a good case to look into.
Closed #827.
ib/7923
Size of this is probably ~2 :)
I didn't change controllers for "Files" tool in SF private repo, since it's sidebar does not contain anything, except search box (see "Files -> Badges" for example where it works without changes, and displays only search box). But it can be easily updated using new
AdminControllerMixin
fixture if neede