-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
Handle protected attachments the same as non-protected attachments #9787
Conversation
Think it is ok now. Took me a while to find that protected attachments have value 1 in field protected in attachments table where as private attachments have value 32. |
@xillibit latest commit is concerning |
My commit change for the title input for quickreply on a subject, when i look with developper tools i have label and id matching : |
Yes, that one is ok. So shouldn't be changed. Maybe create seperate issue for Chrome and label "errors". My pull request was added automatically to this pull request, but it gets confusing now. |
|
…ents (#9787) * Handle protected attachments the same as non-protected attachments * Fix for protected attachments * Fix errors in Chrome with label * Label issue Chrome - fix
Pull Request for Issue #9769 .
Summary of Changes
When setting Protect Attachments to Yes, protected attachments are now "behaving" like non-protected attachments
When testing discovered another bug: When saving message first and then edit and insert attachment, id was not retreived. Result:
[attachment=undefined]hash[/attachment]
Testing Instructions
Please test carefully, because there ar so many variables in this file.