myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3590] branches/component-api/config/default_sett


From: noreply
Subject: [myexperiment-hackers] [3590] branches/component-api/config/default_settings.yml: Removed usused component filters
Date: Mon, 8 Jul 2013 12:39:22 +0000 (UTC)

Revision
3590
Author
fbacall
Date
2013-07-08 12:39:22 +0000 (Mon, 08 Jul 2013)

Log Message

Removed usused component filters

Modified Paths

Diff

Modified: branches/component-api/config/default_settings.yml (3589 => 3590)


--- branches/component-api/config/default_settings.yml	2013-07-08 12:38:50 UTC (rev 3589)
+++ branches/component-api/config/default_settings.yml	2013-07-08 12:39:22 UTC (rev 3590)
@@ -540,7 +540,6 @@
     topic_workflow_map: INNER JOIN topic_workflow_map ON contributions.id = topic_workflow_map.workflow_id
     users: INNER JOIN users ON contributions.contributor_type = 'User' AND contributions.contributor_id = users.id
     licences: LEFT OUTER JOIN licenses ON contributions.license_id = licenses.id
-    component_profiles: LEFT OUTER JOIN workflows ON RESULT_TYPE = 'Workflow' AND workflows.id = RESULT_ID LEFT OUTER JOIN component_profiles ON workflows.component_profile_id = component_profiles.id
 
   order:
 
@@ -664,12 +663,6 @@
     label_column: services.monitor_label
     joins: [services]
 
-  - query_option: COMPONENT_PROFILE_ID
-    title: component profile
-    id_column: component_profiles.id
-    label_column: component_profiles.name
-    joins: [component_profiles]
-
   num_options: ["10", "20", "25", "50", "100"]
 
 # Shortcut keywords

reply via email to

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