For #363 (closed) (https://gitlab.com/linkahead/linkahead-webui/-/issues/262). Changes the default behavior of reference properties in the edit mode such that the dropdown menus are only initialized upon manual request. The old behavior can be restored by setting the new build variable to DISABLED
.
By default, the initialization of property value inputs is interrupted for reference properties. Instead, a button is added that triggers the old function on click. The button also adds a class to the property HTML element and dispatches an event, so that the value generation upon update and the file upload can work as expected.
BUILD_EDIT_MODE_LAZY_DROPDOWN_LOADING=DISABLED
and make sure that nothing changed. Edit an entity by adding/changing/removing reference properties and lists of references and make sure everything works as before.BUILD_EDIT_MODE_LAZY_DROPDOWN_LOADING=ENABLED
(new default). Again edit an entity with references byPlease, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.