Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rtir
Commits
0a73972a
Commit
0a73972a
authored
May 01, 2014
by
Kevin Falcone
Browse files
Merge branch '3.0/incident-reply-warnings' into 3.0-trunk
parents
18f33cc1
ee9d51cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
html/RTIR/Incident/Reply/index.html
html/RTIR/Incident/Reply/index.html
+4
-3
No files found.
html/RTIR/Incident/Reply/index.html
View file @
0a73972a
...
...
@@ -173,9 +173,10 @@ if ( $SubmitTicket && !$checks_failure ) {
push @results, map { loc("Ticket [_1]: [_2]", $id, $_) }
ProcessUpdateMessage( TicketObj => $Ticket, ARGSRef => \%ARGS );
my %additional = (
Status => RT::IR->MapStatus( $Status, $incident_cycle => $Ticket ),
);
my %additional;
if ( $Status ) {
$additional{Status} = RT::IR->MapStatus( $Status, $incident_cycle => $Ticket );
}
unless ( RT::IR->IsLinkedToActiveIncidents( $Ticket, $IncidentObj ) ) {
push @results, ProcessTicketBasics(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment