Morris Strangfeld
Morris Strangfeld
Hi, i found two issues in this app: 1. It's not possible to recover password. You should add this to the standard allowed routes.: $this->_requestedRouteMatches(array('customer', 'account', 'forgotpassword')) || $this->_requestedRouteMatches(array('customer', 'account',...
When using cross relations between 2 resources the current design pattern used by the yin resource transformers has the issue of circular dependencies. I think it is necessary to cross...
### Pimcore version 11.2.2 ### Steps to reproduce If backend user gets deleted userModification and or userOwner is nulled in elements. The Backendsearch crashes if there is a null value...
### Pimcore version 11.1.5 ### Steps to reproduce Call copy recursive via code ``` $objectService = new DataObject\Service(); $newObject = $objectService->copyRecursive($targetFolder, $sourceObject); ``` In my case it works well with...
### Pimcore version 11.2.2 ### Steps to reproduce Drop a big image into the wysiwyg so that a width is automatically applied. Without the width it does not occur. We...