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

Missing notifications/invalid call to Plugin::manage() #67

Closed
jonasraoni opened this issue Feb 21, 2023 · 0 comments · Fixed by #69, #70, #71 or #72
Closed

Missing notifications/invalid call to Plugin::manage() #67

jonasraoni opened this issue Feb 21, 2023 · 0 comments · Fixed by #69, #70, #71 or #72
Assignees
Labels
bug Something isn't working Bug:1:Low
Milestone

Comments

@jonasraoni
Copy link
Collaborator

jonasraoni commented Feb 21, 2023

Even though this isn't going to be called, the call is using invalid variables/arguments.

return parent::manage($verb, $args, $message, $messageParams);

I guess this was supposed to fire a notification, so as part of this task, the notification might be implemented properly.

At this moment, the plugin notifications are unhelpful/annoying, due to a bug where the text content is absent.

Source:
https://forum.pkp.sfu.ca/t/null-notifications-what-are-those-supposed-to-be/64832

@jonasraoni jonasraoni added bug Something isn't working Bug:1:Low labels Feb 21, 2023
@jonasraoni jonasraoni added this to the 2.0.4-3 milestone Feb 21, 2023
@jonasraoni jonasraoni self-assigned this Feb 21, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit that referenced this issue Feb 22, 2023
This was linked to pull requests Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
jonasraoni added a commit to jonasraoni/pln that referenced this issue Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment