-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
[feature] Add dedicated notification type for internal errors #254
Comments
Hi @nemesisdesign, I wanted to contribute to this issue, I have installed the openwisp-notifications and the setup part is done for the same, I wanted to get a more brief understanding of this, like what exactly is the indented behavior and the steps to reproduce the issue in the background based on which we can notify the user |
Hey @nemesisdesign, I might be able to fix this issue. can you please assign it to me? |
Email notifications should be disabled for this notification type. |
Some times errors may happen in the background, at the moment we do not have a way to show these errors to users.
We could define a notification type for these situations and implement something slightly different in the UI: when clicking on such a notification, instead of being redirected to the target_url, an overlay can be opened with the long description of the error.
The overlay then can show a button which will direct the user to the target object.
The text was updated successfully, but these errors were encountered: