-
-
Notifications
You must be signed in to change notification settings - Fork 316
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] [ADD] helpdesk_mgmt_portal_follower: New module #612
[16.0] [ADD] helpdesk_mgmt_portal_follower: New module #612
Conversation
206a84b
to
fecb7c4
Compare
Please don't use plurals in module names |
fecb7c4
to
71b2492
Compare
547f820
to
acbca0c
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.
LGTM
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.
Reviewed. LGTM
This PR has the |
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.
LGTM.
@pedrobaeza Do you think we can push this?
Shouldn't this be better called |
Hi @pedrobaeza , I'm agree with module name and field labeling. About the security, do you have any idea about how we can improve it? I'm thinking about to add a restriction to only permit new follower adresses where the email domain mathces with the one of the partner assigned to the ticket, but in case of non business domains (gmail, hotmail, outlook, ...) will not have any sense. |
Yeah, indeed it's a rabbit hole. You can put the warning in the ROADMAP and warn your potential users about that, and see how it progresses. |
Ok, thanks Pedro. @BernatObrador could you check Pedro's suggestions? |
acbca0c
to
d210705
Compare
Hi @miquelalzanillas and @pedrobaeza! The name changes and the roadmap have been updated. Thanks so much for your contributions, @pedrobaeza! |
You're welcome. Merging due to existing reviews: /ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 39b4caf. Thanks a lot for contributing to OCA. ❤️ |
Portal Follower
This module adds the posibilty to add followers to a helpdesk ticket from the helpdesk form at the website portal.
Usage
To make it work you just need to add the emails of the wanted followers to the Add Followers input splitted by comas.
cc https://github.com/APSL 158607
@miquelalzanillas @lbarry-apsl @peluko00 @javierobcn please review