yes, the name is tool not tools :(

This commit is contained in:
Björn Grüning
2018-02-14 15:20:02 +01:00
committed by GitHub
parent d5687bc418
commit ea2bac8a12
+1 -1
View File
@@ -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):