Actions
Bug #7783
closedGallery menu items do not properly inherit from tab and field
Description
If a gallery menu item is configured to display the gallery tab or a gallery field it should first inherit from that tab or field its parameters then override where possible from menu parameters with fallback to global. Currently it is missing the tab or field parameters, which causes inconsistency between menu and that tab or field.
Updated by krileon almost 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
If a menu item renders a profile or field gallery it will now reload the profile gallery tab or gallery field params THEN override them with the menu params. This allows for the expected param inheritance behavior to work correctly.
Actions