Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15535233
D7649.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
757 B
Referenced Files
None
Subscribers
None
D7649.diff
View Options
Index: src/applications/maniphest/controller/ManiphestTaskEditController.php
===================================================================
--- src/applications/maniphest/controller/ManiphestTaskEditController.php
+++ src/applications/maniphest/controller/ManiphestTaskEditController.php
@@ -370,6 +370,8 @@
$task->setProjectPHIDs($template_task->getProjectPHIDs());
$task->setOwnerPHID($template_task->getOwnerPHID());
$task->setPriority($template_task->getPriority());
+ $task->setViewPolicy($template_task->getViewPolicy());
+ $task->setEditPolicy($template_task->getEditPolicy());
$template_fields = PhabricatorCustomField::getObjectFields(
$template_task,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 25, 4:10 AM (4 h, 14 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7228437
Default Alt Text
D7649.diff (757 B)
Attached To
Mode
D7649: Propagate "edit policy" and "view policy" when creating a new template task
Attached
Detach File
Event Timeline
Log In to Comment