Skip to content

Commit

Permalink
fix visitor profile does not open in case page url is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Nov 14, 2013
1 parent 9ba9d46 commit bb8a34c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/Live/templates/getVisitList.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{% include "@Live/_actionsList.twig" with {'actionDetails': visitInfo.getColumn('actionDetails'),
'clientSideParameters': {
'filterEcommerce': false,
'idSite': idSite
'idSite': idSite,
'pageUrlNotDefined': 'General_NotDefined'|translate('Actions_ColumnPageURL'|translate)
},
'overrideLinkStyle': false} %}
</ol>
Expand Down

0 comments on commit bb8a34c

Please sign in to comment.