Skip to content

Commit e2868a0

Browse files
author
Chad Little
committedFeb 21, 2017
Remove ability to edit Badge forms
Summary: Ref T12270. Remove the EditEngine form configuration option on Badges. Test Plan: View edit page, don't see configure form. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12270 Differential Revision: https://secure.phabricator.com/D17392
1 parent 89ce42c commit e2868a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/applications/badges/editor/PhabricatorBadgesEditEngine.php

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ public function getSummaryText() {
2121
return pht('Configure creation and editing forms in Badges.');
2222
}
2323

24+
public function isEngineConfigurable() {
25+
return false;
26+
}
27+
2428
protected function newEditableObject() {
2529
return PhabricatorBadgesBadge::initializeNewBadge($this->getViewer());
2630
}

0 commit comments

Comments
 (0)
Failed to load comments.