* Adjust noDirtyCheck directive to accept a parameter to enable/disable dirty check
* Update dirty property
* Use Utilities.noop and add description
* Set default value from controller
* Check for truthly value
* Use Object.toBoolean
* Revert setting $pristine and $dirty for now
* Handle default values in dirty check attributes
* Add check on presence of disableDirtyCheck atribute
* Check for truthy value otherwise it should be default return false and work as no-dirty-check without value
* update test conditions for vamue of no-dirty-check and disable-dirty-check
* Remove whitespace
* update check
Co-authored-by: Kenn Jacobsen <kja@vertica.dk>
Co-authored-by: Michael <michael@crossingpaths.be>
This reverts commit 990fc118cb.
When using the _reusableEditor field to create a BlockEditorPropertyEditor
it doesn't matter that content type cache has been invalidated (memory cache)
as the content types are also cached in a private field in the BlockEditorValues class.
Closes#10910
* Adjust styling of umb-file-icon with new umb-icon
* Styling on legacy icons
* Use umb-icon and add missing class
* Simplify icons
* Use umb-search-filter in umb-tree-search-box and add back button
* Inherit text color from parent element
* Update block card icon and avoid use of !important
* Wrap card in div
* interpolate background image path value, to remove string escaping which can be confusing
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Get all nested content scaffolds in a single post request
* Only load alias array and initialize once
* Remove old nested content load code
* Get the content types within a scope
This will drastically reduce the amount of SQL queries, since the same read lock will be used for all operations.
* Add comments
* Fix typo
* Fix typos
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
* Update search.controller.js
Minor linting update to existing code
* Basic functionality for select and deselect all log level filters
* Fix button texts and added localisations for languages en, en_us, da
* Grammar correction of Danish localisation
* Finalise button styling using the umb-button directive, including localisation of labels
* Minor linting update
* Add various localisations of "select all" and "deselect all" for Log Viewer
* Minor refactor of select/deselect buttons to be wrapped in <umb-dropdown-item> directive
* use foreach/map
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>