Page MenuHomePhabricator

Fix no-op transaction error on `paste.create` Conduit API method
ClosedPublic

Authored by epriestley on Nov 8 2015, 1:24 PM.
Tags
None
Referenced Files
F14063599: D14440.diff
Mon, Nov 18, 7:27 PM
F14029291: D14440.diff
Fri, Nov 8, 8:25 PM
F13993943: D14440.id.diff
Wed, Oct 23, 2:27 AM
F13960699: D14440.diff
Oct 15 2024, 12:51 AM
F13956755: D14440.id34899.diff
Oct 14 2024, 7:00 AM
F13955801: D14440.id34893.diff
Oct 14 2024, 3:00 AM
Unknown Object (File)
Sep 15 2024, 10:21 AM
Unknown Object (File)
Sep 10 2024, 1:12 PM
Subscribers
None

Details

Summary

Fixes T9735. I changed how the TYPE_LANGUAGE transction works a little but that accidentally tripped an error condition in paste.create.

  • Don't bail on no-effect transactions to paste.create (like not setting a language).
  • When a transaction type has no tailored UI message, make it easier to figure out which transaction is problematic.
Test Plan

Ran arc paste ... locally. Got an error before the patch, clean paste creation afterward.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix no-op transaction error on `paste.create` Conduit API method.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Nov 8 2015, 3:03 PM
This revision was automatically updated to reflect the committed changes.