Closed betterapp closed 7 months ago
Thank you for reporting this problem!
This is an open source project, and we rely on the community to help us diagnose and fix issues, as it is not possible to investigate and fix every issue reported to us via GitHub.
If possible, please create a pull request that fixes the problem you describe, along with appropriate tests. All pull requests will be promptly reviewed by the BrandOriented team.
Thank you very much!
@betterapp Hey there! I just wanted to let you know that I don't have line 106 in EndpointAndIndexesConfigurator in the repository. It might be the case that the problem exists and the indicated line doesn't exist, so it'd be great if you could check again or type a bundle version.
does not exist in current version
Pimcore version(s) affected
11
Description
Sometimes when we use BlackBit DataDirector it create objects without parentId (it is a known but not unidentified bug)
When we try to modify the Settings of this class
we got error 500
How to reproduce
use null value for parentId
Possible Solution
change:
$this->enqueueParentFolders(DataObject::getById($object['parentId']), DataObject\Folder::class, 'object', $name);
to:
Additional Context
No response