Convert Create/Edit Column pages to dialogs

Summary: Makes these pages a dialog endpoint, keeping you on the Workboard when possible.

Test Plan: Create a Column, Edit a Column, visit hard page. Test letters in the points field.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15270
This commit is contained in:
Chad Little
2016-02-14 12:29:28 -08:00
parent c1f57605ab
commit 3fdaf229a7
2 changed files with 8 additions and 16 deletions

View File

@@ -692,7 +692,7 @@ final class PhabricatorProjectBoardViewController
->setName(pht('Add Column'))
->setHref($add_uri)
->setDisabled(!$can_edit)
->setWorkflow(!$can_edit);
->setWorkflow(true);
$manage_items[] = id(new PhabricatorActionView())
->setIcon('fa-exchange')