-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
[change] Notify users of background subnet division rule errors #837 #865
Conversation
35b43a6
to
7f606f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I will test it asap, in the meantime see my comment below.
action_object=master_subnet, | ||
level='error', | ||
message=( | ||
'Failed to provision subnets for' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we flag these strings as translatable?
.github/workflows/ci.yml
Outdated
@@ -72,6 +72,8 @@ jobs: | |||
- name: Install openwisp-controller | |||
run: | | |||
pip install -U -e . | |||
# TODO: Remove before merging | |||
pip install -IU --no-deps "openwisp-notifications @ https://github.com/Dhanus3133/openwisp-notifications/tarball/feat/display-description-notification-dialog" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is merged
8139b76
to
188e393
Compare
Closes #837
Blockers