Skip to content
Snippets Groups Projects

REL: Release 0.15.0

Merged Florian Spreckelsen requested to merge release-0.15.0 into main
1 file
+ 15
0
Compare changes
  • Side-by-side
  • Inline
+ 15
0
@@ -8,8 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
* `BUILD_EDIT_MODE_LAZY_DROPDOWN_LOADING` build variable that
determines whether reference dropdowns in the edit mode are filled
automatically or only after manually clicking on "edit this
property". Default is `ENABLED`, i.e., don't load the dropdown
automatically.
* `caosdb-v-property-not-yet-lazy-loaded` class for reference
properties in the edit mode, the reference dropdown menu of which
hasn't been initialized yet.
### Changed ###
* [#262](https://gitlab.com/linkahead/linkahead-webui/-/issues/262)
Reference dropdowns in the edit mode don't load automatically by
default anymore but have to be initialized manually and per property
by default. Set `BUILD_EDIT_MODE_LAZY_DROPDOWN_LOADING=DISABLED` to
restore the previous behavior.
### Deprecated ###
### Removed ###
Loading