[Rt-commit] [rtir] 01/04: Change all of the SelectSingle CFs to dropdowns

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 6a2d31b1aeffc45076305815443da8c244386a44
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Jan 31 17:38:52 2013 +0000

    Change all of the SelectSingle CFs to dropdowns
    
    This makes the UI tighter and friendlier in general.
    We still run into issues because EditConstituency overrides the
    appearance of the CF.
---
 etc/initialdata | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/etc/initialdata b/etc/initialdata
index 9589984..5d58931 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -45,6 +45,7 @@
     {
         Name        => 'Constituency',
         Type        => 'SelectSingle',
+        RenderType  => 'Dropdown',
         Queue       => ['Incidents', 'Incident Reports', 'Investigations', 'Blocks'],
         Disabled    => 0,
         Description => 'Constituency for RTIR queues',
@@ -63,6 +64,7 @@
     {
         Name        => 'Resolution',
         Type        => 'SelectSingle',
+        RenderType  => 'Dropdown',
         Queue       => 'Incidents',
         Disabled    => 0,
         Description => 'Resolution for Incidents RTIR queue',
@@ -76,6 +78,7 @@
     {
         Name        => 'Function',
         Type        => 'SelectSingle',
+        RenderType  => 'Dropdown',
         Queue       => 'Incidents',
         Disabled    => 0,
         Description => 'Function for Incidents RTIR queue',
@@ -87,6 +90,7 @@
     {
         Name        => 'Classification',
         Type        => 'SelectSingle',
+        RenderType  => 'Dropdown',
         Queue       => 'Incidents',
         Disabled    => 0,
         Description => 'Classification for Incidents RTIR queue',
@@ -102,6 +106,7 @@
     {
         Name        => 'How Reported',
         Type        => 'SelectSingle',
+        RenderType  => 'Dropdown',
         Queue       => 'Incident Reports',
         Disabled    => 0,
         Description => 'How the incident was reported for Incident Reports RTIR queue',
@@ -114,6 +119,7 @@
     {
         Name        => 'Reporter Type',
         Type        => 'SelectSingle',
+        RenderType  => 'Dropdown',
         Queue       => 'Incident Reports',
         Disabled    => 0,
         Description => 'Reporter type for Incident Reports RTIR queue',
@@ -165,6 +171,7 @@
     {
         Name        => 'Customer',
         Type        => 'SelectSingle',
+        RenderType  => 'Dropdown',
         Queue       => 'Investigations',
         Disabled    => 0,
         Values      => [ ],

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Rt-commit mailing list