Feature #12401
closedSplit "Manage documents" permission into create, edit and delete permissions
0%
Description
Due to security reasons we needed to expand the "Manage Documents" permission to allow specific settings per role. I am pushing back my changes in patch form as a feature for Redmine.
Files
Related issues
Updated by Terence Mill about 12 years ago
Sound intesting.
So which new rights did you add?
Updated by Michael Esemplare about 12 years ago
Instead of "Manage Documents" which was too abstract for our purposes, I separated the permissions into "Add Documents", "Edit Documents", and "Delete Documents". I also left the "View Documents" permission in place.
Updated by Adriano Ceccarelli about 12 years ago
It worked perfectly!
However, I'm also a need permission by document type. Very difficult?
Updated by Jean-Philippe Lang almost 12 years ago
- Subject changed from Enhanced Documents permission to Split "Manage documents" permission into create, edit and delete permissions
- Category changed from Permissions and roles to Documents
- Target version set to 2.3.0
Updated by Abdul Halim Mat Ali almost 12 years ago
We need this for the file permission too
Updated by Eugene B almost 12 years ago
At 2.2.0 version a "private" comment type was added, but if you attach any document
to this "private" comment its available to everyone. If a "private" status will be
applied to uploaded document as well. That would be super.
Updated by Jan Niggemann (redmine.org team member) almost 12 years ago
Eugene B wrote:
At 2.2.0 version a "private" comment type was added, but if you attach any document
to this "private" comment its available to everyone.
Eugene, can you please open a new defect for this? Thank you!
Updated by Jean-Philippe Lang almost 12 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Permissions changed in r11206.
Updated by Daniel Felix almost 12 years ago
German translations:
permission_add_documents: Dokumente hinzufügen
permission_edit_documents: Dokumente bearbeiten
permission_delete_documents: Dokumente löschen
Updated by Toshi MARUYAMA almost 12 years ago
Daniel Felix wrote:
German translations:
permission_add_documents: Dokumente hinzufügen
permission_edit_documents: Dokumente bearbeiten
permission_delete_documents: Dokumente löschen
Committed in trunk r11214, thanks.