Issue 15337

Consolidate the way page title is produced.

15337
Reporter: bko
Assignee: bko
Type: Story
Summary: Consolidate the way page title is produced.
Priority: Major
Resolution: Done
Status: Resolved
Created: 2014-03-10 17:10:07.613
Updated: 2014-03-18 09:56:38.543
Resolved: 2014-03-18 09:56:38.494
        
Description: Due to the need to produce menu descriptions, or subtitles for major content sections, the taxonomy is used to bring in the subtitle. Done when:

1) Investigate whether it's feasible to associate fields with menu item;
2) Produce page title from main-menu, instead of vocabulary:taxaNavigation.]]>
    


Author: bko@gbif.org
Created: 2014-03-18 09:56:38.541
Updated: 2014-03-18 09:56:38.541
        
The description of a menu item, with gbif_navigation enabled, is now retrieved from the description of the menu item, instead of voc:taxaNavigation. This makes it more intuitive in maintaining the description. In terms of implementation, since the description field exists within menu item, there is no need to associate an extra field with menu items.

The gbif_navigation module also imports an consolidated version of the main-menu, called gbif-menu, which serves as the starting pointing for further maintenance. Now all titles and navigation structure are based on gbif-menu.

By avoiding making further changes on main-menu, this ease the transition in the future.