[Rt-commit] rtir branch, 2.9/cf-tweaks, created. 3.0.0rc1-37-g02927a4

Kevin Falcone falcone at bestpractical.com
Thu Jan 31 21:39:40 EST 2013


The branch, 2.9/cf-tweaks has been created
        at  02927a470234232f8d91bef018487e5697b0b676 (commit)

- Log -----------------------------------------------------------------
commit 02927a470234232f8d91bef018487e5697b0b676
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.

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      => [ ],

-----------------------------------------------------------------------


More information about the Rt-commit mailing list