You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user has notification rights, he can send all the information he want to the server. The aim of this task is to be able to restrict the notification to some modules.
As a Grapes notifier, I should be able to send modules if the module ID match a regular expression. If the Regexp does not match the module I am sending, I should get a 401 error. Default behavior (no regexp define), I should have no restriction on notification.
The text was updated successfully, but these errors were encountered:
If a user has notification rights, he can send all the information he want to the server. The aim of this task is to be able to restrict the notification to some modules.
As a Grapes notifier, I should be able to send modules if the module ID match a regular expression. If the Regexp does not match the module I am sending, I should get a 401 error. Default behavior (no regexp define), I should have no restriction on notification.
The text was updated successfully, but these errors were encountered: