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
b2623268
Commit
b2623268
authored
Jul 18, 2014
by
Kevin Falcone
Browse files
Merge branch '3.0/dont-use-disabled-queue' into 3.0-trunk
parents
73e33260
bfec1f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/RT/IR.pm
lib/RT/IR.pm
+1
-1
No files found.
lib/RT/IR.pm
View file @
b2623268
...
...
@@ -771,7 +771,7 @@ if ( RT::IR->HasConstituency ) {
my
$new_queue
=
RT::
Queue
->
new
(
RT
->
SystemUser
);
$new_queue
->
LoadByCols
(
Name
=>
$queue
->
Name
.
"
-
"
.
$const
);
if
(
$new_queue
->
id
)
{
if
(
$new_queue
->
id
&&
!
$new_queue
->
Disabled
)
{
my
$val
=
$new_queue
->
_Value
(
$attr
)
||
$queue
->
_Value
(
$attr
);
RT
->
Logger
->
debug
("
Overriden
$attr
is
$val
for ticket #
$id
according to constituency
$const
");
return
$val
;
...
...
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