@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.

Fix fatal saving menu items without custom validation

Summary: Fixes T12142. Correct spelling of method.

Test Plan: Edit the name of a Details menu item in projects, or add a divider.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12142

Differential Revision: https://secure.phabricator.com/D17240

+1 -1
+1 -1
src/applications/search/menuitem/PhabricatorProfileMenuItem.php
··· 70 70 return new PHUIListItemView(); 71 71 } 72 72 73 - public function valdateTransactions( 73 + public function validateTransactions( 74 74 PhabricatorProfileMenuItemConfiguration $config, 75 75 $field_key, 76 76 $value,