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
e25063ca
Commit
e25063ca
authored
Jun 05, 2014
by
Jim Brandt
Browse files
Log if Incidents queue is not loaded
parent
f66a376e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
html/RTIR/Reporting/index.html
html/RTIR/Reporting/index.html
+1
-0
No files found.
html/RTIR/Reporting/index.html
View file @
e25063ca
...
...
@@ -96,6 +96,7 @@
<
%
INIT
>
my $QueueObj = RT::Queue->new($session{'CurrentUser'});
$QueueObj->Load('Incidents');
RT::Logger->error('Unable to load Incidents queue') unless $QueueObj->Id;
my $ConstituencyDisabled = 0;
my $constituency_cf = RT::CustomField->new($session{'CurrentUser'});
...
...
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