Sebastian Blank
Sebastian Blank
If the `$this->asset` attribute is null it should also set the error image in `$this->pathReference` like in the Image asset Thumbnail class. The attribute can be null if the dependencies...
We have a relation which can have folders or images. If I want the resolutions from the images I get an error: 
Add type hints to all private methods and removes redundant php docs.
In the admin interface the notes can't be deleted but in the PHP API is a delete method. I think it should be possible.
In Fieldcollection/Objectbrick/CustomLayout/Bulk exports are the deprecated "childs" Attributes and all unnecessary attributes (like the dynamic options). This should be removed like in the class definition export.
The private executeUpdateAction method can return Response objects with success and message json. The updateAction only check against a bool value. The executeUpdateAction method should only return the result array...
See https://github.com/pimcore/pimcore/pull/16589 Requires https://github.com/pimcore/compatibility-bridge-v10/pull/6
| Q | A | ------------- | --- | Branch? | 4.x | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? |...