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
acde6c21
Commit
acde6c21
authored
1 year ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Add new query form bundle and config
parent
2181d31b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!109
Release 0.11.0
,
!108
F new panel by default
Pipeline
#37289
passed
1 year ago
Stage: linting
Stage: test
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.properties.d/00_default.properties
+2
-1
2 additions, 1 deletion
build.properties.d/00_default.properties
conf/core/json/query-form-tabs.json
+12
-0
12 additions, 0 deletions
conf/core/json/query-form-tabs.json
src/core/js/query-form.bundle.js
+1
-0
1 addition, 0 deletions
src/core/js/query-form.bundle.js
with
15 additions
and
1 deletion
build.properties.d/00_default.properties
+
2
−
1
View file @
acde6c21
...
...
@@ -55,7 +55,7 @@ BUILD_MODULE_EXT_COSMETICS_LINKIFY=DISABLED
BUILD_MODULE_EXT_COSMETICS_CUSTOMDATETIME
=
DISABLED
BUILD_MODULE_EXT_QRCODE
=
ENABLED
BUILD_MODULE_SHOW_ID_IN_LABEL
=
DISABLED
BUILD_MODULE_LEGACY_QUERY_FORM
=
EN
ABLED
BUILD_MODULE_LEGACY_QUERY_FORM
=
DIS
ABLED
BUILD_MODULE_USER_MANAGEMENT
=
ENABLED
BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM
=
CaosDB
...
...
@@ -212,4 +212,5 @@ MODULE_DEPENDENCIES=(
ext_editmode_wysiwyg_text.js
reference_resolver/caosdb_default_person.js
ext_prop_display.js
query-form.bundle.js
)
This diff is collapsed.
Click to expand it.
conf/core/json/query-form-tabs.json
0 → 100644
+
12
−
0
View file @
acde6c21
{
"defaultTab"
:
"records"
,
"prependAllTab"
:
false
,
"tabs"
:
[{
"id"
:
"records"
,
"label"
:
"Records"
,
"filterDefinitions"
:
[{
"property"
:
"Name"
,
"datatype"
:
"text"
}]
}]
}
This diff is collapsed.
Click to expand it.
src/core/js/query-form.bundle.js
0 → 100644
+
1
−
0
View file @
acde6c21
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