Andreas Bernhard
Andreas Bernhard
allows to restrict movement within depths, e.g. keeping items restricted to their original depth all along while still allowing complete sorting of all levels.
# The bug When exporting and importing a collection with "complex" field types like `asset` or `set` via the UI, those "object-structured" fields values are not imported but set to...
## The bug If the vendor directory is not placed on the root level, but e.g. in a sub directory like `./lib`, then running `./lib/vendor/bin/pest --init` is failing with ```...
When using with `target:static` multiple meta tags are duplicated in my generated html files. E.g. `lang`, `charset`, `language`, `viewport`, ... all meta tags, that `modules.js` are handled during `generate()` as...
See https://github.com/Aminerman/vue-kinesis/blob/02eb26ff4fbcd1d646011afa246319d9f1952be9/src/mixins/container_events.js#L49 If I am not mistaken this line should read `.removeEventListener` Otherwise the old event gets an additional new event listener added.
## Description Related issue: https://github.com/directus/directus/issues/14344 Currently the function `getAliasedValue()` is used in `tabular.vue` in order to get the values for aliased fields. This fix moves this function from `tabular.vue` to...
see also https://github.com/duffn/dumb-password-rules/pull/219
## Description Currently it is not possible to restore any other version of a document with files (`collectionConfig.uploads=true`) as those files get always deleted on update. For a versioned collection...
`_register_controls` is soft deprecated since 3.1
get_name() is used [to generate the widget wrapper class name](https://github.com/elementor/elementor/blob/fab0d46aac98a4b09a92b7a0a7bf4fcbe1942b46/includes/base/widget-base.php#L442) and spaces dont work nicely in CSS class names The originally selected name "Hello World" made me to choose similar...