[Rt-commit] [rtir] 03/04: Don't hardcode Rows => 1
Kevin Falcone
falcone at bestpractical.com
Fri Apr 26 18:03:42 EDT 2013
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 2.9/cf-tweaks
in repository rtir.
commit df5b2be999b370b325b6412a27629fc2c482460d
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Apr 26 12:08:18 2013 -0400
Don't hardcode Rows => 1
In b48d9816 this one view of incident editing/creation silently switched
to having Constituency be a dropdown. It didn't change any of the other
places you can change constituency on IR/Incident/Investigation.
---
html/RTIR/Incident/Create.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index a8f8155..18c59b0 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -118,7 +118,6 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
QueueObj => $QueueObj,
Name => 'Constituency',
Default => $default,
- Rows => 1,
&>
% } else {
% #TODO: hacks, we need way to define CF value on Create, but don't allow user to change it
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Rt-commit
mailing list