Werner
Werner
### What happened? ### Description In a multi-site environment it is possible to publish entries that contain validation errors on sites that are not currently selected. ### Steps to reproduce...
### What happened? ### Description When searching for assets, there is a `Search in subfolders` checkbox that lets you find files in all subfolders. However, we could not figure out...
## Description When tabbing through toolbar buttons in a blocks field, the focus gets stucked on the 'drag' button. **Expected behavior** Focus should move to the next/previous button when pressing...
### Description Not really a bug, but maybe some missing info in the upgrade guides. Upgrading plugins/modules went very smoothly so far, just one thing i couldn't figure out in...
### What happened? ### Description ```php $hasNoAlt = Asset::find() ->site('*') ->folderId($folder->id) ->kind('image') ->hasAlt(false) ->exists(); ``` gives `Column not found: 1054 Unknown column 'assets_site.alt' in 'where clause''` Obviously there is a...
### What happened? ### Description In a multi-site environment, "Copy" a nested entry with translated field in site A, "Paste" does not retain the translated field content, but uses the...