Page MenuHomePhabricator

Allow workboards to be disabled, hiding "(Backlog)" column annotations
ClosedPublic

Authored by epriestley on Feb 8 2016, 7:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 7:24 AM
Unknown Object (File)
Wed, May 1, 3:41 AM
Unknown Object (File)
Fri, Apr 19, 4:11 PM
Unknown Object (File)
Fri, Apr 12, 2:10 AM
Unknown Object (File)
Wed, Apr 10, 3:10 PM
Unknown Object (File)
Apr 2 2024, 6:25 PM
Unknown Object (File)
Mar 31 2024, 8:12 PM
Unknown Object (File)
Mar 24 2024, 5:05 AM
Subscribers

Details

Summary

Fixes T7410.

  • Adds a "Disable Workboard" action to the "Manage Backlog" menu.
  • We'll probably move this somewhere else if/when that column gets too messy.
  • Disabling a board hides it, prevents it from being recreated by non-editors, and hides the "Project (Backlog)" annotations.
  • Resotring a board puts it back in pristine condition.
Test Plan
  • Disabled a board.
  • Verified "(Backlog)" annotations vanished.
  • Enabled a board.

Diff Detail

Repository
rP Phabricator
Branch
board5
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10569
Build 12953: Run Core Tests
Build 12952: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Allow workboards to be disabled, hiding "(Backlog)" column annotations.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.

Adds a "Disable Workboard" action to the "Manage Backlog" menu.

I think you added it to "Manage Board"? (Which seems more correct anyways).

This revision is now accepted and ready to land.Feb 8 2016, 8:40 PM

Sorry, yeah, there is no "Manage Backlog" menu.

This revision was automatically updated to reflect the committed changes.