Smart views - link-to not redirecting anymore

Since new release of smart view, it’s totally not usable. I work with a big smart view and the editor doesn’t work correctly. And more I have many new error. For exemple

 {{#link-to 'rendering.data.collection.list.viewEdit.summary' @collection.id currentRecord.id}}
        🔗 Link to image{{/link-to}}</p>

Expected behavior

Link should redirect to record

Actual behavior

Link isn’t working anymore.

Solution :white_check_mark:

As we changed our URL structure, link must be prefix by project. For exemple:

 {{#link-to 'project.rendering.data.collection.list.viewEdit.summary' @collection.id currentRecord.id}}
        🔗 Link to image{{/link-to}}</p>
1 Like