Page MenuHomePhabricator

Migrate Project workboard to modular transactions
ClosedPublic

Authored by amckinley on May 23 2017, 7:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 20, 7:50 PM
Unknown Object (File)
Tue, Dec 17, 9:45 AM
Unknown Object (File)
Thu, Dec 12, 11:12 PM
Unknown Object (File)
Tue, Dec 3, 7:14 AM
Unknown Object (File)
Fri, Nov 29, 1:03 AM
Unknown Object (File)
Nov 26 2024, 9:50 AM
Unknown Object (File)
Nov 25 2024, 12:59 PM
Unknown Object (File)
Nov 22 2024, 7:07 PM
Subscribers

Details

Summary

This was interesting, because there were a mix of callsites using transactions and others that just set the property on the Project object. I made everything consistent in using transactions to change this property. I also found an implementation of getTitle() that I don't think is ever being invoked since shouldHide() is returning true, but I migrated it anyway.

Test Plan

Unit tests pass + enabling/disabling workboards (and importing).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I think these just didn't get converted when we swapped to transactions originally, your rewrites look correct to me.

This revision is now accepted and ready to land.May 23 2017, 7:18 PM
This revision was automatically updated to reflect the committed changes.