Skip to content
Snippets Groups Projects

FIX: use paging during options generation in edit mode

Merged Henrik tom Wörden requested to merge f-edit-mode-paging into dev
All threads resolved!
2 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -151,6 +151,12 @@ BUILD_FOOTER_CUSTOM_ELEMENT_TWO='<p class="caosdb-footer-element"> <a href="http
##############################################################################
BUILD_MODULE_EXT_TRIGGER_CRAWLER_FORM_TOOLBOX="Tools"
##############################################################################
# Reduce the number of candidates for references in the edit mode to this
# value. -1 means: no limit.
##############################################################################
BUILD_MAX_EDIT_MODE_DROPDOWN_OPTIONS=-1
##############################################################################
# Build a dist file containing all JS code from the files in the
# MODULE_DEPENDENCIES array.
Loading