From 6440b3d0b372f9573beecfbd2c0c81b1d218120f Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 19 Aug 2019 13:08:44 +0300 Subject: [PATCH] Flextype Core: JsonParserTwigExtension renamed to JsonTwigExtension --- site/plugins/admin/views/templates/content/entries/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins/admin/views/templates/content/entries/index.html b/site/plugins/admin/views/templates/content/entries/index.html index 23246122..c56a1b6e 100644 --- a/site/plugins/admin/views/templates/content/entries/index.html +++ b/site/plugins/admin/views/templates/content/entries/index.html @@ -20,7 +20,7 @@ {% if entry.fieldset %} {% set fieldset_path = PATH_FIELDSETS ~ '/' ~ entry.fieldset ~ '.json' %} {% if filesystem_has(fieldset_path) %} - {% set fieldset = json_parser_decode(filesystem_read(fieldset_path)) %} + {% set fieldset = json_decode(filesystem_read(fieldset_path)) %} {% if fieldset.default_field %} {% if entry[fieldset.default_field] != '' %} {{ entry[fieldset.default_field] }}