From 5d59dd8fdd9e62c016e305baa2defeef553d724b Mon Sep 17 00:00:00 2001 From: Jesper Zedlitz <jesper.zedlitz@melund.landsh.de> Date: Thu, 18 Feb 2021 11:55:28 +0100 Subject: [PATCH] =?UTF-8?q?Schr=C3=A4gstrich=20in=20Schlagworten=20erlaube?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ckanext/odsh/validation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/odsh/validation.py b/ckanext/odsh/validation.py index b5793396..d74e44b4 100644 --- a/ckanext/odsh/validation.py +++ b/ckanext/odsh/validation.py @@ -265,7 +265,7 @@ def next_extra_index(data): def tag_name_validator(value, context): - tagname_match = re.compile('[\w \-.\:\(\)\´\`]*$', re.UNICODE) + tagname_match = re.compile('[\w \-.\:\(\)\´\`/]*$', re.UNICODE) if not tagname_match.match(value): raise toolkit.Invalid(_('Tag "%s" must be alphanumeric ' 'characters or symbols: -_.:()') % (value)) -- GitLab