Actions
Bug #4597
closedadding new configuration properties before/after a certain exiting configuration property.
Start date:
12/03/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4597
Description
Different modules may have their own menu items. To realize it, the module should be able to add configuration properties to files like uiMenuMappings_en_US.xml. One special requirement for menu items is that the configuration property location matters. People want to add one menu item after/before a certain exiting configuration property. So I think ConfigurationProperty class should have interface like addPropertyBefore() and addPropertyAfter().
Actions