Skip to content
Snippets Groups Projects
Commit c3274509 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

ENH: Add new Build variable for lazy-loading of dropdown options

parent 93491478
No related branches found
No related tags found
2 merge requests!142REL: Release 0.15.0,!141F lazy edit mode dropdowns
......@@ -158,6 +158,12 @@ BUILD_MODULE_EXT_TRIGGER_CRAWLER_FORM_TOOLBOX="Tools"
##############################################################################
BUILD_MAX_EDIT_MODE_DROPDOWN_OPTIONS=-1
##############################################################################
# Toggle lazy-loading of reference dropdowns. ENABLED is especially
# recommended in case of instances with a lot of entities.
##############################################################################
BUILD_EDIT_MODE_LAZY_DROPDOWN_LOADING=ENABLED
##############################################################################
# Build a dist file containing all JS code from the files in the
# MODULE_DEPENDENCIES array.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment