[Rt-commit] [rtir] 02/07: typo, should use queue's FinalPriority value here
? sunnavy
sunnavy at bestpractical.com
Fri Oct 16 14:08:24 EDT 2015
This is an automated email from the git hooks/post-receive script.
sunnavy pushed a commit to branch 3.4/rt-4.4-compat
in repository rtir.
commit 14cd375f247c8283f47b7725d3a419956b3889f0
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Oct 16 21:52:00 2015 +0800
typo, should use queue's FinalPriority value here
---
html/RTIR/Incident/Create.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index de15514..ac0ae8f 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -219,7 +219,7 @@ if ( $ChildObj && $ChildObj->id && !$ChildObj->CurrentUserHasRight('ModifyTicket
Default =>
defined $ARGS{'FinalPriority'} && length $ARGS{'FinalPriority'}
? $ARGS{'FinalPriority'}
- : $QueueObj->InitialPriority
+ : $QueueObj->FinalPriority
,
},
},
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list