mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
yes, the name is tool not tools :(
This commit is contained in:
@@ -44,7 +44,7 @@ class FilterFactory(object):
|
||||
elif name == 'toolbox_label_filters':
|
||||
category = "label"
|
||||
if category:
|
||||
validate = getattr(trans.app.config, 'user_tools_%s_filters' % category, [])
|
||||
validate = getattr(trans.app.config, 'user_tool_%s_filters' % category, [])
|
||||
self.__init_filters(category, user_filters, filters, validate=validate)
|
||||
else:
|
||||
if kwds.get("trackster", False):
|
||||
|
||||
Reference in New Issue
Block a user