Pass in custom fields to tasks in the url e.g. &custom:field=blah
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers
Try creating a task by going to a url and put some custom fields in the url
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- custom-field-url
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 1851 Build 1852: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
Okay just kidding, this is very bad.
When you edit a task, it sets all custom fields to blank. (Because it's not a post, it tries to read it from the request, but the request has no data). I'll investigate a fix shortly.