Page MenuHomePhabricator

Fix overzealous transactions on dashboard panels
ClosedPublic

Authored by epriestley on Mar 3 2016, 1:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 22, 10:06 PM
Unknown Object (File)
Thu, Dec 19, 12:50 AM
Unknown Object (File)
Wed, Dec 18, 9:45 AM
Unknown Object (File)
Wed, Dec 18, 6:21 AM
Unknown Object (File)
Wed, Dec 18, 6:21 AM
Unknown Object (File)
Tue, Dec 17, 3:39 AM
Unknown Object (File)
Mon, Dec 16, 3:31 AM
Unknown Object (File)
Thu, Dec 12, 4:11 AM
Subscribers
None

Details

Summary

Fixes T10474. This had the same root cause as T10024 -- a missing call to didSetValueFromStorage() because of the way the fields work.

Test Plan
  • Edited a text panel before change, without changing text: got silly transaction.
  • Made change, edited text panel without changing text, no transaction.
  • Made a real edit, got a good transaction.

Diff Detail

Repository
rP Phabricator
Branch
dry20
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10963
Build 13539: Run Core Tests
Build 13538: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Fix overzealous transactions on dashboard panels.
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.Mar 3 2016, 3:32 PM
This revision was automatically updated to reflect the committed changes.