Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14367619
D14264.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
815 B
Referenced Files
None
Subscribers
None
D14264.diff
View Options
diff --git a/src/applications/maniphest/controller/ManiphestTaskEditController.php b/src/applications/maniphest/controller/ManiphestTaskEditController.php
--- a/src/applications/maniphest/controller/ManiphestTaskEditController.php
+++ b/src/applications/maniphest/controller/ManiphestTaskEditController.php
@@ -198,7 +198,8 @@
// in a meaningful way. For now, build User objects. Once the Maniphest
// objects exist, this will switch over automatically. This is a big
// hack but shouldn't be long for this world.
- $placeholder_editor = new PhabricatorUserProfileEditor();
+ $placeholder_editor = id(new PhabricatorUserProfileEditor())
+ ->setActor($viewer);
$field_errors = $aux_field->validateApplicationTransactions(
$placeholder_editor,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 3:55 PM (19 h, 7 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6914549
Default Alt Text
D14264.diff (815 B)
Attached To
Mode
D14264: Work around an issue with custom "users" fields in Maniphest
Attached
Detach File
Event Timeline
Log In to Comment