Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideup committed Aug 20, 2022
1 parent 0850521 commit 6419b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/GridFieldDetailFormItemRequestExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function updateFormActions(FieldList $actions)
if (! strpos($link, '?')) {
$link .= '?';
}

$link = str_replace('?', '?stage=Stage&', $link);
$actions->push(
LiteralField::create(
Expand Down

0 comments on commit 6419b0e

Please sign in to comment.