Trivial fixes from D14467
Summary: See D14467. Just teasing this apart so I can be a little more confident in my commandeering. These are the unambiguous cleanup changes from D14467. Test Plan: inspection / clicked stuff / no impact Reviewers: chad, joshuaspence Reviewed By: joshuaspence Differential Revision: https://secure.phabricator.com/D14868
This commit is contained in:
@@ -91,7 +91,8 @@ final class PhabricatorProjectProfileController
|
||||
->setName(pht('Edit Details'))
|
||||
->setIcon('fa-pencil')
|
||||
->setHref($this->getApplicationURI("details/{$id}/"))
|
||||
->setDisabled(!$can_edit));
|
||||
->setDisabled(!$can_edit)
|
||||
->setWorkflow(!$can_edit));
|
||||
|
||||
$view->addAction(
|
||||
id(new PhabricatorActionView())
|
||||
|
||||
Reference in New Issue
Block a user