Actions
Bug #14963
closedContents of select boxes in settings are static, not showing latest objects
Description
#3200 reverted some behaviour of select boxes in the settings page so it now has static lists of environment, orgs and locations which are determined when the Rails server starts. These lists should be loaded dynamically on page load.
The lists of objects used to be loaded inside the helper, which ran during page rendering:
These are now hardcoded lists in the settings loader, which runs at startup:
The :collection should probably accept a lambda or something, which would also fix this situation for plugins.
Actions