Page MenuHomePhabricator

Correct a Dashboard status constant in a migration
ClosedPublic

Authored by epriestley on Oct 2 2015, 1:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 10:09 PM
Unknown Object (File)
Apr 1 2024, 1:03 PM
Unknown Object (File)
Mar 20 2024, 7:08 PM
Unknown Object (File)
Feb 12 2024, 3:23 PM
Unknown Object (File)
Feb 6 2024, 6:10 PM
Unknown Object (File)
Jan 20 2024, 5:40 PM
Unknown Object (File)
Jan 16 2024, 5:38 PM
Unknown Object (File)
Jan 12 2024, 5:27 PM
Subscribers
None

Details

Summary

Fixes T9500. All the code is fine in D13836, but the value of the constant got updated (from "open" to "active") and the migration still used the old value.

Correct any affected dashboards to use the proper constant.

This only affected old dashboards: newly created ones use the right constant.

Test Plan

Ran migration, verified that all active dashboards appeared on "Active Dashboards".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Correct a Dashboard status constant in a migration.
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.Oct 2 2015, 1:59 PM
This revision was automatically updated to reflect the committed changes.