<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 00:31:08 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[EXCONTRANS-428] Add support for MultiJcrBlockDefinition</title>
                <link>https://jira.magnolia-cms.com/browse/EXCONTRANS-428</link>
                <project id="14284" key="EXCONTRANS">Content Translation Extended (CTX)</project>
                    <description>&lt;p&gt;follow up on &lt;a href=&quot;https://jira.magnolia-cms.com/browse/EXCONTRANS-412&quot; title=&quot;Composite/multiJcrBlocks Fields Fail When Processing Translations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;EXCONTRANS-412&quot;&gt;&lt;del&gt;EXCONTRANS-412&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="144443">EXCONTRANS-428</key>
            <summary>Add support for MultiJcrBlockDefinition</summary>
                <type id="2" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10891&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="4" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/reopened.png" description="This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.">Reopened</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="yen.lactue">Yen Lac Tue</assignee>
                                    <reporter username="tmiyar">Teresa Miyar</reporter>
                        <labels>
                    </labels>
                <created>Tue, 9 Jan 2024 14:54:33 +0100</created>
                <updated>Thu, 1 Feb 2024 15:13:12 +0100</updated>
                                                            <fixVersion>3.4.11</fixVersion>
                                        <due></due>
                            <votes>1</votes>
                                    <watches>3</watches>
                                                    <progress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                            <timeestimate seconds="0">0d</timeestimate>
                            <timespent seconds="111600">3d 7h</timespent>
                                <comments>
                            <comment id="393524" author="tduffey" created="Mon, 22 Jan 2024 16:40:22 +0100"  >&lt;p&gt;Whatever work was done here did not actually add support for our multi JCR blocks.&lt;/p&gt;</comment>
                            <comment id="393571" author="yen.lactue" created="Tue, 23 Jan 2024 03:32:47 +0100"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=tduffey&quot; class=&quot;user-hover&quot; rel=&quot;tduffey&quot;&gt;tduffey&lt;/a&gt; ,&lt;/p&gt;

&lt;p&gt;Could you please check this configuration &lt;b&gt;/modules/translation/config/supportedFieldDefinitions&lt;/b&gt; to see if it have at least these field definitions are added.&lt;/p&gt;

&lt;p&gt;And please make sure the appropriate field definition of translation field is added too, such as &lt;b&gt;dotcom-richText&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Many thanks!&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/attachment/121128/121128_supportedFieldDefinitions_fields.png&quot; height=&quot;193&quot; width=&quot;531&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="393733" author="tduffey" created="Tue, 23 Jan 2024 18:18:52 +0100"  >&lt;p&gt;Hello,&lt;br/&gt;
We implemented the above and still are unable to add our multiJCRblocks Here is the config:&#160;&lt;br/&gt;
&lt;b&gt;dotcom-richText&lt;/b&gt; is a RichTextFieldDefinition&#160; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/attachment/121189/121189_image-2024-01-23-08-56-20-273.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="393746" author="tduffey" created="Wed, 24 Jan 2024 01:46:20 +0100"  >&lt;p&gt;The team did a lot of debugging and provided the following:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;First issue is that we have nested composite fields and the existing 3.4.11 (And earlier) does not seem to handle that case. Some code updates are needed to to handle nested composite fields (Seems unrelated to Multi JCR Block support)&lt;/li&gt;
	&lt;li&gt;We hacked something in place to deal with issue #1 but then we just hit the &quot;MultiJcrBlockDefinition is not supported in this case&quot; log warning from version 3.4.10&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;It looks to us like 3.4.11 does not actually include support for this. We&apos;re looking at the diff between 3.4.10 and 3.4.11 here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.magnolia-cms.com/projects/SERVICES/repos/content-translation-support-ext/compare/diff?sourceBranch=refs%2Ftags%2Fmagnolia-content-translation-support-ext-3.4.11&amp;amp;targetRepoId=1394&amp;amp;targetBranch=refs%2Ftags%2Fmagnolia-content-translation-support-ext-3.4.10#magnolia-content-translation-support-ext-core/src/main/java/info/magnolia/translation/ext/core/finder/DialogBasedPropertiesToTranslateFinderExt.java&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/projects/SERVICES/repos/content-translation-support-ext/compare/diff?sourceBranch=refs%2Ftags%2Fmagnolia-content-translation-support-ext-3.4.11&amp;amp;targetRepoId=1394&amp;amp;targetBranch=refs%2Ftags%2Fmagnolia-content-translation-support-ext-3.4.10#magnolia-content-translation-support-ext-core/src/main/java/info/magnolia/translation/ext/core/finder/DialogBasedPropertiesToTranslateFinderExt.java&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In addition in the 3.4.11 release tag we&apos;re still seeing the &quot;MultiJcrBlockDefinition is not supported...&quot; warning on line 629 here:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.magnolia-cms.com/projects/SERVICES/repos/content-translation-support-ext/browse/magnolia-content-translation-support-ext-core/src/main/java/info/magnolia/translation/ext/core/finder/DialogBasedPropertiesToTranslateFinderExt.java?at=refs%2Ftags%2Fmagnolia-content-translation-support-ext-3.4.11#629&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/projects/SERVICES/repos/content-translation-support-ext/browse/magnolia-content-translation-support-ext-core/src/main/java/info/magnolia/translation/ext/core/finder/DialogBasedPropertiesToTranslateFinderExt.java?at=refs%2Ftags%2Fmagnolia-content-translation-support-ext-3.4.11#629&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="393764" author="yen.lactue" created="Wed, 24 Jan 2024 07:26:41 +0100"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=tduffey&quot; class=&quot;user-hover&quot; rel=&quot;tduffey&quot;&gt;tduffey&lt;/a&gt; ,&lt;/p&gt;

&lt;p&gt;Thank a lot for your information.&lt;/p&gt;

&lt;p&gt;I tried to reproduce by using the body part configuration from this yaml file &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/attachment/121206/121206_app-definition.yaml&quot; title=&quot;app-definition.yaml attached to EXCONTRANS-428&quot;&gt;app-definition.yaml&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;(I get it from support ticket), and this is the decoration file I used to test, it contains body part &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/attachment/121207/121207_stories.yaml&quot; title=&quot;stories.yaml attached to EXCONTRANS-428&quot;&gt;stories.yaml&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/attachment/121208/121208_body_multiJcrBlock.png&quot; height=&quot;203&quot; width=&quot;505&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;But it seem does not the right multiJcrBlock filed match with your case.&lt;br/&gt;
I will try to re-config it and fix it again.&lt;/p&gt;

&lt;p&gt;Many thanks!&lt;/p&gt;</comment>
                            <comment id="393910" author="tduffey" created="Wed, 24 Jan 2024 15:53:28 +0100"  >&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I attached 2 files on the support ticket to help reproduce the issue we are having.&lt;/p&gt;</comment>
                            <comment id="393970" author="yen.lactue" created="Thu, 25 Jan 2024 02:07:19 +0100"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=tduffey&quot; class=&quot;user-hover&quot; rel=&quot;tduffey&quot;&gt;tduffey&lt;/a&gt; ,&lt;/p&gt;

&lt;p&gt;Thank you so much for those attached files. I will investigate more and let you know the result ASAP.&lt;/p&gt;

&lt;p&gt;Best regards!&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10030">
                    <name>Cloners</name>
                                                                <inwardlinks description="is cloned by">
                                        <issuelink>
            <issuekey id="145554">EXCONTRANS-432</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                                                <inwardlinks description="is depended upon by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="121206" name="app-definition.yaml" size="27734" author="yen.lactue" created="Wed, 24 Jan 2024 07:20:08 +0100"/>
                            <attachment id="121208" name="body_multiJcrBlock.png" size="93199" author="yen.lactue" created="Wed, 24 Jan 2024 07:23:00 +0100"/>
                            <attachment id="121189" name="image-2024-01-23-08-56-20-273.png" size="365507" author="tduffey" created="Tue, 23 Jan 2024 17:56:22 +0100"/>
                            <attachment id="121207" name="stories.yaml" size="3073" author="yen.lactue" created="Wed, 24 Jan 2024 07:21:22 +0100"/>
                            <attachment id="121128" name="supportedFieldDefinitions_fields.png" size="110902" author="yen.lactue" created="Tue, 23 Jan 2024 03:29:45 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 22 Jan 2024 16:40:22 +0100</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>tmiyar</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>tmiyar</customfieldvalue>
            <customfieldvalue>tduffey</customfieldvalue>
            <customfieldvalue>yen.lactue</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|y0bsno:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_13933" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Urgency (resolution)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15724"><![CDATA[Normal]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>