From e0eccd9546a688ee38649d36563033ab0fd4d0ad Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Mon, 23 Sep 2024 16:48:00 +0200 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 755d9b5a..84d0a7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ### -- GitLab