Skip to content

Commit

Permalink
build: composer update phpcs & phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei committed Sep 12, 2024
1 parent 52b48f8 commit 88f81f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/template_ems/view/overview.twig
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}|json_encode %}

{% set env = 'preview'|emsco_get_environment %}
{% set rowContext = "{% set docInfo = [line.data.contentType, line.data.id]|join(':')|emsco_document_info %}{% set revisionId = line.data.id|get_revision_id(line.data.contentType) %}{% set viewId = #{view.id} %}{% set infoEnv = #{infoEnv} %}" %}
{% set rowContext = "{% set docInfo = [line.data.contentType, line.data.id]|join(':')|emsco_document_info %}{% set revisionId = line.data.id|get_revision_id(line.data.contentType) %}{% set viewId = #{view.id} %}{% set liveId = 'live'|emsco_get_environment.id %}{% set previewId = 'preview'|get_environment.id %} {% set infoEnv = #{infoEnv} %}" %}

{{ block('renderDatatable') }}
{% endblock %}
Expand Down

0 comments on commit 88f81f2

Please sign in to comment.