We have a URL we are using to prefill some fields to create some blocking subtasks for a specific effort:
URL looks like:
https://phab.example.com/maniphest/task/edit/form/default/?parent=T####&priority=50&subscribers=user&projects=project&column=674
With the column in place, it crashes:
>>> UNRECOVERABLE FATAL ERROR <<< Call to a member function getProjectPHID() on a non-object /path/to/phabricator/src/applications/maniphest/editor/ManiphestTransactionEditor.php:1020 ┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻
Without the column, it creates the task and places in the default columns. We'd like to have these tasks inherit from the parent tasks column automatically.
Thanks!