File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/bundles/LeadBundle/Resources/views/Company Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 128128 <td >
129129 <div >
130130 {% if securityHasEntityAccess(permissions [' lead:leads:editown' ], permissions [' lead:leads:editother' ], item .createdBy ) %}
131- <a href =" {{ url (' mautic_company_action' , {' objectAction' : ' view' , ' objectId' : item .id }) }}" data-toggle =" ajax" >
131+ <a href =" {{ path (' mautic_company_action' , {' objectAction' : ' view' , ' objectId' : item .id }) }}" data-toggle =" ajax" >
132132 {% if fields .core .companyname is defined %}
133133 {{ fields .core .companyname .value | purify }}
134134 {% endif %}
174174 ' page' : page ,
175175 ' limit' : limit ,
176176 ' menuLinkId' : ' mautic_company_index' ,
177- ' baseUrl' : url (' mautic_company_index' ),
177+ ' baseUrl' : path (' mautic_company_index' ),
178178 ' sessionVar' : ' company' ,
179179 }) }}
180180 </div >
You can’t perform that action at this time.
0 commit comments