Skip to content
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

#4519: fixed email visibility #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chrbo
Copy link

@chrbo chrbo commented Nov 27, 2015

Error: The value of the custom field owner_email ist visible even if the role permission denies this.

2015-11-26_184246-2

This fix checks the visibility and the value of owner_email is only displayed if the custom field is visible.

@chrbo
Copy link
Author

chrbo commented Nov 30, 2015

@jfqd: In the context of the owner_email field many different access permissions are conceivable. Only a few can be handled via the default permissions for custom fields. So I think we should focus on the most common use case.

In my opinion, anyone who gains access to the ticket, should be able to solve it (including contacting the support seeking user). But that does not mean that everyone must be able to read the owner_email field.

Even scenarios with enhanced privacy requirements can be handled with this small fix easily.

More complex scenarios should be implemented with individual permissions.

Furthermore, this scenario applies exactly our current requirements :-)

What do you think?

@vilppuvuorinen
Copy link
Contributor

@chrbo: Being able to respond the the owner-email without disclosing the email address does seem like quite specific combination. It is quite common to have your full contact info enclosed in automatic email signature or at the very least in the quoted message history. I would suggest reviewing those requirements. Otherwise you might end up having to scan every received email and filter out all references to the owner-email including ones with user(at)domain syntax.

Anyone who can view the issue description and history is more than likely to stumble upon the support clients email address. Either the checkbox should also be hidden or the whole change discarded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants