We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In 3.3 every time we create a notification we get a hook when we fetch the notification contents that we can modify
https://github.com/pkp/ojs/blob/cdd3c2030edd372c0f1ba9281eed65d5e2ac64dc/classes/controllers/grid/issues/IssueGridHandler.inc.php#L521-L526
However in 3.4 we fetch an emailTemplate from the database instead, which doesn't give us a hook to override
https://github.com/pkp/ojs/blob/cd1b7b512df38e8f7c204432702e137ab06f0b64/classes/controllers/grid/issues/IssueGridHandler.php#L644-L652
The text was updated successfully, but these errors were encountered:
This functionality is scheduled to be included in core in 3.5: pkp/pkp-lib#5953
Sorry, something went wrong.
No branches or pull requests
In 3.3 every time we create a notification we get a hook when we fetch the notification contents that we can modify
https://github.com/pkp/ojs/blob/cdd3c2030edd372c0f1ba9281eed65d5e2ac64dc/classes/controllers/grid/issues/IssueGridHandler.inc.php#L521-L526
However in 3.4 we fetch an emailTemplate from the database instead, which doesn't give us a hook to override
https://github.com/pkp/ojs/blob/cd1b7b512df38e8f7c204432702e137ab06f0b64/classes/controllers/grid/issues/IssueGridHandler.php#L644-L652
The text was updated successfully, but these errors were encountered: