From 0a0eb0db4f018b44f677c25941b2bf784ebae1eb Mon Sep 17 00:00:00 2001 From: Andreas Teuber Date: Tue, 16 Jul 2019 17:46:06 +0200 Subject: [PATCH] Bugfix: include list segment when saving in Mosaico --- views/mosaico/editor.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/mosaico/editor.hbs b/views/mosaico/editor.hbs index 12c9f4f9..ccea891a 100644 --- a/views/mosaico/editor.hbs +++ b/views/mosaico/editor.hbs @@ -111,7 +111,7 @@ $.post('/editorapi/update?type={{type}}&editor={{resource.editorName}}', { id: {{resource.id}}, name: '{{resource.name}}', - {{#if resource.list}} list: {{resource.list}}, {{/if}} + {{#if resource.list}} list: {{resource.list}}+':'+{{resource.segment}}, {{/if}} html: html, editorData: JSON.stringify({ template: '{{resource.editorData.template}}',