fix: [enrichment] typo causing enrichments to redirect to the event view fixed

pull/4547/head
iglocska 2019-04-29 09:34:47 +02:00
parent 61f21f4559
commit 3cd642a1ad
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
'<div style="%s" class="templateChoiceButton useCursorPointer" onClick="%s" title="%s" role="button" tabindex="0" aria-label="%s">%s</div>',
'border-bottom:1px solid black; text-align:center;width:100%;',
sprintf(
"window.location='%/events/queryEnrichment/%s';",
"window.location='%s/events/queryEnrichment/%s';",
$baseurl,
implode('/', array(h($attribute_id), h($module['name']), h($type)))
),