Skip to content
Snippets Groups Projects
Commit f9ef4a2a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-new-panel-by-default' into 'dev'

F new panel by default

See merge request !108
parents 2181d31b 426ec90d
No related branches found
No related tags found
2 merge requests!109Release 0.11.0,!108F new panel by default
Pipeline #37296 passed
...@@ -29,9 +29,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -29,9 +29,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
value>0 will cause text properties with values longer than the threshold to value>0 will cause text properties with values longer than the threshold to
be put into a `details` tag with a shortened summary. `DISABLED` will disable be put into a `details` tag with a shortened summary. `DISABLED` will disable
this feature. Defaults: 140 characters for single values, 40 for list values. this feature. Defaults: 140 characters for single values, 40 for list values.
* Query filters that can be configured via a `query-form-tabs.json` (see [CaosDB
WebUI Legacy Adapter](https://gitlab.com/caosdb/caosdb-webui-legacy-adapter))
when the new query panel is used.
### Changed (for changes in existing functionality) ### Changed (for changes in existing functionality)
* The new query panel from the [CaosDB WebUI Legacy
Adapter](https://gitlab.com/caosdb/caosdb-webui-legacy-adapter) is now the
default. Change to the old query panel by setting
`BUILD_MODULE_LEGACY_QUERY_FORM=ENABLED` (see below).
### Deprecated ### Deprecated
* `query_form` module. Enable/disable via build property * `query_form` module. Enable/disable via build property
......
...@@ -55,7 +55,7 @@ BUILD_MODULE_EXT_COSMETICS_LINKIFY=DISABLED ...@@ -55,7 +55,7 @@ BUILD_MODULE_EXT_COSMETICS_LINKIFY=DISABLED
BUILD_MODULE_EXT_COSMETICS_CUSTOMDATETIME=DISABLED BUILD_MODULE_EXT_COSMETICS_CUSTOMDATETIME=DISABLED
BUILD_MODULE_EXT_QRCODE=ENABLED BUILD_MODULE_EXT_QRCODE=ENABLED
BUILD_MODULE_SHOW_ID_IN_LABEL=DISABLED BUILD_MODULE_SHOW_ID_IN_LABEL=DISABLED
BUILD_MODULE_LEGACY_QUERY_FORM=ENABLED BUILD_MODULE_LEGACY_QUERY_FORM=DISABLED
BUILD_MODULE_USER_MANAGEMENT=ENABLED BUILD_MODULE_USER_MANAGEMENT=ENABLED
BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM=CaosDB BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM=CaosDB
...@@ -212,4 +212,5 @@ MODULE_DEPENDENCIES=( ...@@ -212,4 +212,5 @@ MODULE_DEPENDENCIES=(
ext_editmode_wysiwyg_text.js ext_editmode_wysiwyg_text.js
reference_resolver/caosdb_default_person.js reference_resolver/caosdb_default_person.js
ext_prop_display.js ext_prop_display.js
query-form.bundle.js
) )
{
"defaultTab": "records",
"prependAllTab": false,
"tabs": [{
"id": "records",
"label": "Records",
"filterDefinitions": [{
"property": "Name",
"datatype": "text"
}]
}]
}
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment