myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2716] trunk/app/controllers/application.rb: reor


From: noreply
Subject: [myexperiment-hackers] [2716] trunk/app/controllers/application.rb: reordered service filters
Date: Thu, 6 Oct 2011 02:11:29 -0400 (EDT)

Revision
2716
Author
dgc
Date
2011-10-06 02:11:29 -0400 (Thu, 06 Oct 2011)

Log Message

reordered service filters

Modified Paths

Diff

Modified: trunk/app/controllers/application.rb (2715 => 2716)


--- trunk/app/controllers/application.rb	2011-10-06 06:09:14 UTC (rev 2715)
+++ trunk/app/controllers/application.rb	2011-10-06 06:11:29 UTC (rev 2716)
@@ -539,6 +539,14 @@
         },
 
         {
+          :title        => 'provider',
+          :query_option => 'SERVICE_PROVIDER',
+          :id_column    => 'service_providers.id',
+          :label_column => 'service_providers.name',
+          :joins        => [ :services, :service_providers ]
+        },
+
+        {
           :title        => 'country',
           :query_option => 'SERVICE_COUNTRY',
           :id_column    => 'services.country',
@@ -547,14 +555,6 @@
         },
 
         {
-          :title        => 'provider',
-          :query_option => 'SERVICE_PROVIDER',
-          :id_column    => 'service_providers.id',
-          :label_column => 'service_providers.name',
-          :joins        => [ :services, :service_providers ]
-        },
-
-        {
           :title        => 'service status',
           :query_option => 'SERVICE_STATUS',
           :id_column    => 'services.monitor_label',

reply via email to

[Prev in Thread] Current Thread [Next in Thread]