Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
4366858f
Commit
4366858f
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add config doc
parent
b1df439b
No related branches found
No related tags found
Loading
Pipeline
#41987
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doc/extension/edit_mode.md
+15
-0
15 additions, 0 deletions
src/doc/extension/edit_mode.md
with
15 additions
and
0 deletions
src/doc/extension/edit_mode.md
0 → 100644
+
15
−
0
View file @
4366858f
Customizing the Edit Mode
=========================
Customizing the number of candidates retrieved for references in the Edit Mode
------------------------------------------------------------------------------
To prevent the retrieval of huge numbers of entities just to create candidates
for the drop down of a reference during editing of an Entity, the number of
candidates can be limited.
Set the
``BUILD_MAX_EDIT_MODE_DROPDOWN_OPTIONS``
build variable. -1 means no
limit; every other number is the limit for each query sent (The number of
candidates can be at most twice this number).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment