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

Action and Logger buttons not working in Pimcore v5.3.1 #13

Closed
psuhane opened this issue Jan 20, 2019 · 5 comments
Closed

Action and Logger buttons not working in Pimcore v5.3.1 #13

psuhane opened this issue Jan 20, 2019 · 5 comments
Assignees

Comments

@psuhane
Copy link

psuhane commented Jan 20, 2019

Action and Logger buttons not working in Pimcore v5.3.1 while adding/editing process setting. Please refer following screen

screenshot-ereactor local-2019 01 20-21-51-47

@ctippler ctippler self-assigned this Jan 21, 2019
@ctippler
Copy link
Contributor

Hi,

hmm.. strange.

Do you have entries in "executorLoggerClasses" and "executorActionClasses" when you call the URL /admin/elementsprocessmanager/index/get-plugin-config?_dc=1548057952941

It should look like this:
image

Is it a fresh instlallation or die you updated the ProcessManager?

@psuhane
Copy link
Author

psuhane commented Jan 21, 2019

@ckogler-elements - yes the config is working on get-plugin-config fine. But plus button not working for logger and executor.

Yes.. installing fresh ProcessManager on Pimcore instance(v5.3.1).

@ctippler
Copy link
Contributor

Do you get any Javascript Error in the console?

Do you see the "Download" Button if you click on the "+"?
image

@psuhane
Copy link
Author

psuhane commented Jan 21, 2019

Yes, there is a js issue coming in the console -

Ext.data.reader.Reader: Using the deprecated "root" configuration. Use "rootProperty" instead.

and I tried to fix it by changing root to rootProperty in abstractExecutor.js and still it didn't worked.

ctippler added a commit that referenced this issue Jan 22, 2019
Bugfix installation - logger are defined in the wrong format
@ctippler
Copy link
Contributor

I notices that the updater/installer created a wrong array structure for the executorLoggerClasses.

Could you please try to replace the content of your plugin-process-manager.php with this one:

https://github.com/elements-at/ProcessManager/blob/master/src/Elements/Bundle/ProcessManagerBundle/install/plugin-process-manager.php

I tried it with a 5.2.2 and it worked after i altered the config... What Browser are you using? Chrome?

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

2 participants