mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Get "Create Revision" out of Quick Create menu for now
Summary: Ref T12098. We have two methods (`supportsEditEngineConfiguration()` and `isEngineConfigurable()`) which sort of do the same thing and probably should be merged. For now, just swap which one we override to get "Create Revision" out of the Quick Create menu. Test Plan: No more "Create Revision" in Quick Create menu. Reviewers: chad Reviewed By: chad Maniphest Tasks: T12098 Differential Revision: https://secure.phabricator.com/D17204
This commit is contained in:
parent
4d0a03e3d0
commit
e684794bf3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ final class DifferentialRevisionEditEngine
|
|||
return 'PhabricatorDifferentialApplication';
|
||||
}
|
||||
|
||||
protected function supportsEditEngineConfiguration() {
|
||||
public function isEngineConfigurable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue