Changeset 4289


Ignore:
Timestamp:
May 9, 2008, 12:49:30 PM (15 years ago)
Author:
Nicklas Nordborg
Message:

References #933: Create extension points for some selected places in the web client

The 'Extensions' menu didn't work when no extensions had been installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7-stable/www/include/menu.jsp

    r4262 r4289  
    961961    ActionIterator<MenuItemAction> it = invoker.iterate();
    962962    Map<String, List<MenuItemAction>> menus = new HashMap<String, List<MenuItemAction>>();
     963    menus.put("extensions", new LinkedList<MenuItemAction>());
    963964    while (it.hasNext())
    964965    {
Note: See TracChangeset for help on using the changeset viewer.