You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When site:import imports Images with CropImageAdjust,ents the following error occurs since the Flow release 8.3.13
During the import of the "Sites.xml" from the package "Neos.Demo" an exception occurred: Error: During import an exception occurred: "Could not convert target type "Neos\Media\Domain\Model\ImageVariant": Could not convert target type "Neos\Media\Domain\Model\Adjustment\CropImageAdjustment", at property path "aspectRatio": Could not find a suitable type converter for "mixed" because the class / interface "mixed" does not exist."., see log for further information.
Expected Behavior
The site import should work as documented
Steps To Reproduce
Have an empty Neos 8.3.x with Flow 8.1.13 with an empty db and resources folder
Run `./flow doctrine migrate
Run ./flow site:import Neos.Demo
Environment
- Flow: 8.3.13
- Neos: 8.3.x
- PHP: 8.2
Anything else?
No response
The text was updated successfully, but these errors were encountered:
This adjusts the annotation to work with Flow 8.3.13 ... before the type with spaces was interpreted as `mixed` and caused the following error during site:import.
```
During the import of the "Sites.xml" from the package "Neos.Demo" an exception occurred: Error: During import an exception occurred: "Could not convert target type "Neos\Media\Domain\Model\ImageVariant": Could not convert target type "Neos\Media\Domain\Model\Adjustment\CropImageAdjustment", at property path "aspectRatio": Could not find a suitable type converter for "mixed" because the class / interface "mixed" does not exist."., see log for further information.
```
Resolves: neos#5448
This adjusts the annotation to work with Flow 8.3.13 ... before the type with spaces was interpreted as `mixed` and caused the following error during site:import.
```
During the import of the "Sites.xml" from the package "Neos.Demo" an exception occurred: Error: During import an exception occurred: "Could not convert target type "Neos\Media\Domain\Model\ImageVariant": Could not convert target type "Neos\Media\Domain\Model\Adjustment\CropImageAdjustment", at property path "aspectRatio": Could not find a suitable type converter for "mixed" because the class / interface "mixed" does not exist."., see log for further information.
```
Resolves: neos#5448
Is there an existing issue for this?
Current Behavior
When site:import imports Images with CropImageAdjust,ents the following error occurs since the Flow release 8.3.13
Expected Behavior
The site import should work as documented
Steps To Reproduce
./flow site:import Neos.Demo
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: