Vote #74697
完了Unable to upload attachments without add_issues, edit_issues or add_issue_notes permission
0%
説明
Users with the @manage_files@ permission are currently able to call @FilesController#new@ and @FilesController#create@. However, uploading files requires permission to call @AttachmentsController#upload@. If a user has none of the permissions @add_issues@, @edit_issues@ or @add_issue_notes@, they cannot upload files in the files tab.
Proposed solution: allow users with the @manage_files@ permission to call @AttachmentsController#upload@.
journals
Confirmed and fixed in r12652 including for other actions (documents, wiki...).
Thanks for pointing this out.
--------------------------------------------------------------------------------
Merged.
--------------------------------------------------------------------------------