Page MenuHomePhabricator

Move Files to ModularTransactions
ClosedPublic

Authored by epriestley on Apr 4 2017, 2:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 6:19 PM
Unknown Object (File)
Sat, Apr 20, 6:16 PM
Unknown Object (File)
Sat, Mar 30, 10:06 AM
Unknown Object (File)
Thu, Mar 28, 8:07 AM
Unknown Object (File)
Mar 21 2024, 1:18 AM
Unknown Object (File)
Feb 20 2024, 3:19 AM
Unknown Object (File)
Feb 15 2024, 5:14 PM
Unknown Object (File)
Feb 8 2024, 5:38 PM
Subscribers
None

Details

Summary

Ref T11357. A lot of file creation doesn't go through transactions, so we only actually have one real transaction type: editing a file name.

Test Plan

Created and edited files.

Screen Shot 2017-04-04 at 7.45.24 AM.png (121×588 px, 14 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

src/applications/badges/xaction/PhabricatorBadgesBadgeNameTransaction.php
46

This is a minor fix: newRequiredError() is ignored if the Editor has setContinueOnMissingFields(true) set, but newInvalidError() is always raised.

This revision is now accepted and ready to land.Apr 4 2017, 5:05 PM
This revision was automatically updated to reflect the committed changes.