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)
Tue, Apr 9, 5:09 PM
Unknown Object (File)
Wed, Apr 3, 3:59 PM
Unknown Object (File)
Mar 7 2024, 6:06 AM
Unknown Object (File)
Mar 5 2024, 7:22 PM
Unknown Object (File)
Mar 5 2024, 7:19 AM
Unknown Object (File)
Feb 20 2024, 5:29 PM
Unknown Object (File)
Feb 16 2024, 5:17 PM
Unknown Object (File)
Feb 16 2024, 2:16 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.