1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/maniphest/capability
epriestley 7fedfacbca Add capabilities for editing task triage details (priority, assignee, etc)
Summary:
This is primarily a client request, and a little bit use-case specific, but policies seem to be holding up well and I'm getting more comfortable about maintaining this. Much if it can run through ApplicationTransactions.

Allow the ability to edit status, policies, priorities, assignees and projects of a task to be restricted to some subset of users. Also allow bulk edit to be locked. This affects the editor itself and the edit, view and list interfaces.

Test Plan: As a restricted user, created, edited and commented on tasks. Tried to drag them around.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7357
2013-10-21 16:59:06 -07:00
..
ManiphestCapabilityBulkEdit.php Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00
ManiphestCapabilityDefaultEdit.php Add defualt view and default edit policies for tasks 2013-10-09 13:53:17 -07:00
ManiphestCapabilityDefaultView.php Allow "Default View" policies to be set to Public 2013-10-09 15:06:18 -07:00
ManiphestCapabilityEditAssign.php Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00
ManiphestCapabilityEditPolicies.php Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00
ManiphestCapabilityEditPriority.php Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00
ManiphestCapabilityEditProjects.php Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00
ManiphestCapabilityEditStatus.php Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00