1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-23 13:08:18 +01:00
phorge-phorge/src/applications/transactions/bulk
epriestley 7a0090f4d0 Fix an issue where the "viewer" is not passed to Bulk Edit controls properly
Summary:
See PHI1442. If you have a bulk-editable datasource field with a composite datasource, it can currently fatal on the bulk edit workflow because the viewer is not passed correctly.

The error looks something like this:

> Argument 1 passed to PhabricatorDatasourceEngine::setViewer() must be an instance of PhabricatorUser, null given, called in /Users/epriestley/dev/core/lib/phabricator/src/applications/typeahead/datasource/PhabricatorTypeaheadCompositeDatasource.php on line 231

Test Plan: Configured a Maniphest custom field with a composite datasource, then tried a bulk edit. Things worked cleanly instead of fataling.

Differential Revision: https://secure.phabricator.com/D20841
2019-09-26 12:03:49 -07:00
..
management In "bin/bulk export", require "--output <path>" by default 2018-10-11 13:35:16 -07:00
type Fix an issue where the "viewer" is not passed to Bulk Edit controls properly 2019-09-26 12:03:49 -07:00
PhabricatorBulkEditGroup.php Organize bulk edit actions into nice groups 2018-01-19 13:22:25 -08:00
PhabricatorBulkEngine.php Document how webhooks work 2018-02-09 13:57:19 -08:00
PhabricatorEditEngineBulkJobType.php Allow bulk edits to be made silently if you have CLI access 2018-01-19 13:24:54 -08:00