@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+4
+4
src/applications/badges/editor/PhabricatorBadgesEditEngine.php
··· 21 21 return pht('Configure creation and editing forms in Badges.'); 22 22 } 23 23 24 + public function isEngineConfigurable() { 25 + return false; 26 + } 27 + 24 28 protected function newEditableObject() { 25 29 return PhabricatorBadgesBadge::initializeNewBadge($this->getViewer()); 26 30 }