-
-
Notifications
You must be signed in to change notification settings - Fork 584
[16.0][FIX] base_tier_validation: Proper notifications on reviews #1083
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
[16.0][FIX] base_tier_validation: Proper notifications on reviews #1083
Conversation
Hi @LoisRForgeFlow, |
5ae9897
to
7a791cf
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.
Just signaling that I would like to review this when ready
You can review it and indicate what you think about it, although I still leave the WIP tag in the PR title until it is clear that this is the right approach. Ping @pedrobaeza and @sergio-teruel what do you think about it? |
I suppose this is to reduce the noise when you chain approvers so only the approver in the proper moment is notified, isn't it? It's a change of behavior, but it sounds reasonable. |
d556493
to
9929d4e
Compare
9929d4e
to
bd6e62d
Compare
Hi @victoralmau I have checked your proposal, in general it makes sense and it is cleaner. However I'm not sure if pushing this change in v16 can disturb some installations. What do you think? Maybe it is best to do it only in 18? |
We can remove the migration scripts for not affecting existing installations and minimizing the impact. |
OK, let's do that, there is still impact with the rest but at the end of the day this behavior makes more sense. |
Changes done: - The subtypes should not be defined as default=True to avoid that a follower receives notifications of everything (even if he/she doesn't really need it). - When adding followers they are added to the corresponding subtype so that the notification arrives to whom it corresponds. - Improve the code so that the reviews to notify are the "following ones according to the sequence". TT56354
bd6e62d
to
19e0337
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.
👍
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.
/ocabot merge major
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at c9ed694. Thanks a lot for contributing to OCA. ❤️ |
Proper notifications on reviews
Changes done:
@Tecnativa TT56354