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)
Sun, Mar 2, 1:43 PM
Unknown Object (File)
Sat, Feb 22, 6:04 AM
Unknown Object (File)
Mon, Feb 17, 8:22 AM
Unknown Object (File)
Sat, Feb 8, 11:27 PM
Unknown Object (File)
Sat, Feb 8, 11:27 PM
Unknown Object (File)
Sat, Feb 8, 11:27 PM
Unknown Object (File)
Jan 29 2025, 5:35 AM
Unknown Object (File)
Jan 24 2025, 9:16 AM
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.