Skip to content

Commit 31716a8

Browse files
authoredSep 13, 2024
Bug 1918751 - stop disabling "View Stack in Lando" for non-Accepted revisions (mozilla-conduit#44)
Graying out the button indicates to the user that they should not click it, when it is suggested to do so in documentation for submitting uplift requests.
1 parent 6fae80d commit 31716a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎moz-extensions/src/lando/events/LandoLinkEventListener.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ private function handleActionEvent($event) {
4343
$action = id(new PhabricatorActionView())
4444
->setHref($lando_stack_uri)
4545
->setName(pht('View Stack in Lando'))
46-
->setIcon('fa-link')
47-
->setDisabled(!$object->isAccepted());
46+
->setIcon('fa-link');
4847

4948
$actions = $event->getValue('actions');
5049
$actions[] = $action;

0 commit comments

Comments
 (0)
Failed to load comments.