mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Hide "Land to hosted git" button for now
Summary: Ref T182. This feature rarely/never works and is on the balance enormously confusing to users (see <https://github.com/facebook/phabricator/issues/566>). If installs have somehow made it sort of work, they can comment this line out for now until we have time to make this work more reasonably. Test Plan: Looked at a revision in Differential. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T182 Differential Revision: https://secure.phabricator.com/D8719
This commit is contained in:
parent
88dc1cf3f6
commit
e8e62f82ce
1 changed files with 5 additions and 0 deletions
|
@ -123,6 +123,11 @@ final class DifferentialLandingToHostedGit
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: This temporarily disables this action, because it doesn't work
|
||||||
|
// and is confusing to users. If you want to use it, comment out this line
|
||||||
|
// for now and we'll provide real support evnetually.
|
||||||
|
return;
|
||||||
|
|
||||||
return $this->createActionView(
|
return $this->createActionView(
|
||||||
$revision,
|
$revision,
|
||||||
pht('Land to Hosted Repository'));
|
pht('Land to Hosted Repository'));
|
||||||
|
|
Loading…
Reference in a new issue