ctippler
ctippler
Currently the only option i see to solve this would be to change the inheritance function:  What do you think? Regards, Christian
Well on the other hand we have the "relation" Datatype where we might want a reference? So maybe we have to check if it is a ClassificationStore?
Hi, i have v10.2.9 . Have you resetted the field before testing and called it in a "frontend" - so that no group is assigned to any object (because it...
Hi, yes, you are right - https://github.com/pimcore/pimcore/pull/11270 solves this. I tested it with the latest Pimcore version and it works fine. Thanks for your support, Regards, Christian
In my case this happens when i call e.g. a twig function and in the twig function i access a undefined array key. As an example: The view: ``` {{...
Hi, as the column is added in the Migration https://github.com/valantic-at/ProcessManager/blob/master/src/Migrations/Version20230207000000.php I assume that you haven't executed the Migrations. In https://github.com/valantic-at/ProcessManager/blob/master/doc/installationAndUpdates.md it is documented at the "Update" section. BR, Christian
Hi, do you see any errr at the child process? In the logs you can filter for the ID of the process. If you also check the "Show hidden monitoring...
Well you could change the error handly to e.g.  then failing child processes are ignored. But you should at least have a monitoring item wher the parentId ist set...
Also add option to precreate monitoring items and execute it later on.
Hi, i currently tested the installation on a fresh pimcore v2024.3 (v11.4.2) but i wasn't able to reproduce this. I followed the exact installation guide on https://github.com/valantic-at/ProcessManager/blob/master/doc/installationAndUpdates.md so i guess...