[BioCatalogue-developers] [JIRA] Created: (BIOCAT-473) Missing method in module : undefined method `get_filters_for_soap_input_tags' for BioCatalogue::Filtering::Services:Module
Eric Nzuobontane (JIRA)
issues at mygrid.org.uk
Mon Sep 20 11:45:15 EDT 2010
Missing method in module : undefined method `get_filters_for_soap_input_tags' for BioCatalogue::Filtering::Services:Module
---------------------------------------------------------------------------------------------------------------------------
Key: BIOCAT-473
URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-473
Project: BioCatalogue
Issue Type: Bug
Components: Search / Filtering / Browsing
Reporter: Eric Nzuobontane
Assignee: Jiten Bhagat
There is a bug in the service filtering module. The error message generated is attached below:
undefined method `get_filters_for_soap_input_tags' for BioCatalogue::Filtering::Services:Module
On line #64 of app/views/services/_index_filters.html.erb
61: :filter_type => :tag_ops } -%>
62:
63: <!-- Tags (on Inputs) -->
64: <% inputs_tags_filters = BioCatalogue::Filtering::Services.get_filters_for_soap_input_tags %>
65: <%= render :partial => "filtering/filter_options_generic",
66: :locals => { :filters => inputs_tags_filters,
67: :filter_type => :tag_ins } -%>
app/views/services/_index_filters.html.erb:64
app/views/services/_index_filters.html.erb:11
app/views/services/index.html.erb:29
app/controllers/services_controller.rb:40:in `index'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.mygrid.org.uk/dev/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the BioCatalogue-developers
mailing list