Page MenuHomePhabricator

Make getApplicationTransactionEditor() in PhabricatorApplication return an editor
ClosedPublic

Authored by epriestley on May 14 2017, 8:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 6:28 PM
Unknown Object (File)
Thu, Apr 11, 8:10 AM
Unknown Object (File)
Wed, Apr 3, 10:12 AM
Unknown Object (File)
Fri, Mar 29, 3:02 AM
Unknown Object (File)
Feb 21 2024, 11:24 AM
Unknown Object (File)
Feb 21 2024, 9:54 AM
Unknown Object (File)
Feb 13 2024, 8:51 PM
Unknown Object (File)
Jan 24 2024, 9:08 AM
Subscribers
None

Details

Summary

Ref T12685. I provided this incorrect (return new rather than throw) implementation earlier; it can now be replaced with a proper implementation.

This caused application policy edits to spew this into the daemon log:

[2017-05-14 15:35:27] EXCEPTION: (Error) Call to undefined method PhutilMethodNotImplementedException::setActor() at [<phabricator>/src/applications/transactions/worker/PhabricatorApplicationTransactionPublishWorker.php:69]
Test Plan
  • Used bin/worker execute --id <id> to execute a previously-failing task.
  • Saw a feed story publish.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable