1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/applications/maniphest/conduit
cpettet 0420754d73 allow setting view and edit policy with maniphest.createtask
Summary: allowing explicit maniphest policy on api creation

Test Plan:
tested with arc cli

Example:

> echo '{"title": "mc6", "editPolicy": "users", "viewPolicy": "users"}' | \
> arc call-conduit maniphest.createtask

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10243
2014-08-12 14:07:27 -07:00
..
ManiphestConduitAPIMethod.php allow setting view and edit policy with maniphest.createtask 2014-08-12 14:07:27 -07:00
ManiphestCreateTaskConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
ManiphestFindConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
ManiphestGetTaskTransactionsConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
ManiphestInfoConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
ManiphestQueryConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
ManiphestQueryStatusesConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
ManiphestUpdateConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00