Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rest Controller difference in Pimcore 6.6 and 11 #207

Open
mishrasantosh831 opened this issue Apr 16, 2024 · 0 comments
Open

Rest Controller difference in Pimcore 6.6 and 11 #207

mishrasantosh831 opened this issue Apr 16, 2024 · 0 comments

Comments

@mishrasantosh831
Copy link

I've just started using pimcore 11 and installed Process Manager(v5.0.12). I stumbled upon an error when I tried triggering a process in process manager using rest APIs. The executeAction function in rest controller(./vendor/elements/process-manager-bundle/src/Controller/RestController.php) has a different implemetation:

Pim 6.6(Line no. 87):

$config = $list->load()[0];

Pim 11(Line No. 73):

$config = $list->current();

The above is the reason for my error in Pim 11. Kindly provide a solution for the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant