Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14004621
D10025.id24088.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
631 B
Referenced Files
None
Subscribers
None
D10025.id24088.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
@@ -145,6 +145,13 @@
$aux_fields = $field_list->getFields();
+ // Read custom fields from get
+ if (!$request->isFormPost()) {
+ foreach ($aux_fields as $name => $field) {
+ $field->readValueFromRequest($request);
+ }
+ }
+
if ($request->isFormPost()) {
$changes = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 27, 11:52 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6752611
Default Alt Text
D10025.id24088.diff (631 B)
Attached To
Mode
D10025: Allowing custom fields to be passed in over get for new tasks
Attached
Detach File
Event Timeline
Log In to Comment