[Rt-commit] [rtir] 03/09: Add a note about possibly limiting view of queus by constituency in ticket create
Jesse Vincent
jesse at bestpractical.com
Tue Mar 10 21:11:07 EDT 2015
This is an automated email from the git hooks/post-receive script.
jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.
commit 1dbda8573fd4e6e192d094e0c75e367d4f79045b
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Mar 10 14:22:53 2015 -0700
Add a note about possibly limiting view of queus by constituency in ticket create
---
html/RTIR/Create.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index ba6710a..e0e9852 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -105,7 +105,9 @@
Name => 'Queue',
Default => $ARGS{'Queue'} || $QueueObj->Id,
ShowNullOption => 0,
- Lifecycle => $QueueObj->Lifecycle
+ Lifecycle => $QueueObj->Lifecycle,
+ # XXX TODO narrow to the current constituency if the
+ # user wants us to, maybe?
}
},
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list