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)
Wed, Jan 29, 5:43 PM
Unknown Object (File)
Mon, Jan 27, 4:25 PM
Unknown Object (File)
Sat, Jan 25, 9:15 AM
Unknown Object (File)
Fri, Jan 24, 11:41 AM
Unknown Object (File)
Tue, Jan 21, 9:31 AM
Unknown Object (File)
Thu, Jan 2, 6:19 AM
Unknown Object (File)
Dec 21 2024, 7:09 AM
Unknown Object (File)
Dec 21 2024, 4:04 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.