Ticket #1270 (new Feature Requests)

Opened 6 years ago

Last modified 4 years ago

Add support for custom types in menuitems

Reported by: gregmac Assigned to: gregmac
Priority: minor Milestone: Undetermined
Component: Web interface Version:
Keywords: Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

Add support for menuitem attributes (wiki:module.xml) for types beside 'setup' and 'tool'. These should also add links to the metanav bar.

Reports, Panel, etc should use this system

Things that need to be addresssed

  • How is the metanav text specified? Is ucfirst($type) good enough or too primitave?
  • How is it set so eg, Panel just opens the panel, without a page with menu items below?

Change History

11/03/06 03:11:32 changed by gregmac

  • owner changed from RobThomas to gregmac.
  • component changed from - choose - to Web interface.

11/03/06 03:11:40 changed by gregmac

  • priority changed from 5 to 7.

08/31/07 20:08:00 changed by gregmac

  • priority changed from text to minor.
  • confirmation set to Confirmed.
  • type changed from Bugs to Feature Requests.
  • engine_version changed.
  • svn_rev changed.

This is actually partially implemented in 2.3.0. You cannot specify custom types, but all (or at least most of) the code is there to handle it. The biggest thing left to close this issue is to make the views dynamically generate the tabs -- right now, it is hardcoded. The existing 'extra' tabs would also have to be defined somewhere, so they actually show up as tabs.

11/14/07 18:11:33 changed by p_lindheimer

  • milestone changed from 2.4 to 3.0.

07/15/08 19:20:29 changed by p_lindheimer

  • milestone changed from 2.5 to 4.0.

address when we redo the GUI