Skip to content

Commit

Permalink
Merge branch '5.0/quick-create-pass-arguments' into 5.0-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Oct 6, 2023
2 parents 96c105f + 2ded707 commit 7e3a1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/RT/Interface/Web.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4329,6 +4329,7 @@ sub ProcessQuickCreate {
MaybeRedirectForResults(
Actions => \@results,
Path => $path,
$params{PassArguments} ? ( Arguments => $params{PassArguments} ) : (),
);
}

Expand Down

0 comments on commit 7e3a1ba

Please sign in to comment.