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

handleEditorAction no longer called #288

Open
ewhanson opened this issue Oct 13, 2023 · 0 comments
Open

handleEditorAction no longer called #288

ewhanson opened this issue Oct 13, 2023 · 0 comments
Assignees

Comments

@ewhanson
Copy link

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 (pkp/pkp-lib#7265).

See:

if ($this->getSetting($contextId, 'sendMailToAuthorsOnPublication')) {
Hook::add('EditorAction::recordDecision', $this->handleEditorAction(...));
}

Additional context
Affects stable-3_4_0 and main.

@ewhanson ewhanson self-assigned this Oct 13, 2023
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