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...