pkp / orcidProfile

A plugin to pull ORCID information into a PKP user profile
GNU General Public License v3.0
16 stars 50 forks source link

handleEditorAction no longer called #288

Open ewhanson opened 11 months ago

ewhanson commented 11 months ago

Describe the bug The hook EditorAction::recordDecision no longer exists so the corresponding code does not run in 3.4.

From @asmecher:

This used to be implemented in lib/pkp/classes/submission/action/EditorAction.inc.php in stable-3_3_0, but got removed when the decision wizard got rewritten (https://github.com/pkp/pkp-lib/issues/7265).

See: https://github.com/pkp/orcidProfile/blob/c3375e3809468c53a104021d397f44daabdf7c13/OrcidProfilePlugin.php#L139-L141

Additional context Affects stable-3_4_0 and main.