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
F18624028: D14440.diff
Sep 15 2025, 6:30 PM
F18624023: D14440.diff
Sep 15 2025, 6:30 PM
F18599155: D14440.diff
Sep 13 2025, 6:51 AM
F18336442: D14440.diff
Aug 25 2025, 1:57 PM
F17828346: D14440.diff
Jul 26 2025, 9:06 AM
F17809684: D14440.id.diff
Jul 25 2025, 4:59 PM
F17802326: D14440.id34899.diff
Jul 25 2025, 8:59 AM
F17798652: D14440.id34893.diff
Jul 25 2025, 3:50 AM
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.