Skip to content

Commit 7e3a1ba

Browse files
Merge branch '5.0/quick-create-pass-arguments' into 5.0-trunk
2 parents 96c105f + 2ded707 commit 7e3a1ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/RT/Interface/Web.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4329,6 +4329,7 @@ sub ProcessQuickCreate {
43294329
MaybeRedirectForResults(
43304330
Actions => \@results,
43314331
Path => $path,
4332+
$params{PassArguments} ? ( Arguments => $params{PassArguments} ) : (),
43324333
);
43334334
}
43344335

0 commit comments

Comments
 (0)