-
-
Notifications
You must be signed in to change notification settings - Fork 846
[16.0][FEAT]portal: show task only if follower #1522
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
base: 16.0
Are you sure you want to change the base?
Conversation
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.
For adding a new module, the commit message should be
[ADD] project_portal_task_visibility: show task only to followers
project_portal_task_visibility/security/project_portal_task_visibility.xml
Outdated
Show resolved
Hide resolved
Tests are failing because of incompatibility with One of them could be to change the setup of the tests of |
a82f683
to
6035b02
Compare
Forced the rule to active in |
6035b02
to
27b3666
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.
Minor formal requirement, but LGTM
@@ -0,0 +1,17 @@ | |||
<?xml version="1.0" encoding="utf-8" ?> |
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.
chore: file name should be project_task_security.xml
27b3666
to
c317cbe
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.
Code and functional review, LGTM
This module changes behavior of task visibility: portal users now will only see task where they are explicitly set as follower, so visibility on project only is no longer enough.
However, when creating a new task, all users following the project will automatically follow the new task too.