<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 00:30:30 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-363] Exporting Content App content returns error when no content type is defined</title>
                <link>https://jira.magnolia-cms.com/browse/EXCONTRANS-363</link>
                <project id="14284" key="EXCONTRANS">Content Translation Extended (CTX)</project>
                    <description>&lt;p&gt;Trying to export the contents of a content app with no content type associated yields errors like:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
info.magnolia.translation.ext.core.exception.I18nResolverException: info.magnolia.translation.ext.core.exception.I18nResolverException: info.magnolia.config.registry.Registry$NoSuchDefinitionException &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This is a complete trace of such error, caused when submitting a batch containing data based on the attached app:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
2022-01-14 14:04:15,588 INFO&#160; fo.magnolia.i18nsystem.DefaultMessageBundlesLoader: Starting monitoring of info.magnolia.resourceloader.layered.LayeredResourceOrigin@68b38fba to load translation files
2022-01-14 14:04:26,570 INFO&#160; info.magnolia.module.scheduler.CommandJob &#160; &#160; &#160; &#160; : Starting job [UI Action triggered execution of [workflowTranslation:exportTranslationCommand] by user [superuser]. (0)]...&#160;
2022-01-14 14:04:26,583 INFO&#160; a.translation.ext.core.helper.I18nItemResolverImpl: The module that contained apps definition is admincentral
2022-01-14 14:04:26,583 INFO&#160; a.translation.ext.core.helper.I18nItemResolverImpl: The module that contained apps definition is categories-app
2022-01-14 14:04:26,584 INFO&#160; a.translation.ext.core.helper.I18nItemResolverImpl: The module that contained apps definition is common-labels-app
2022-01-14 14:04:26,584 INFO&#160; a.translation.ext.core.helper.I18nItemResolverImpl: The selected module name is common-labels-app
2022-01-14 14:04:26,584 ERROR info.magnolia.commands.MgnlCommand&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; : Cannot resolve items with path /MasterContent/Captcha/global.label.captcha
info.magnolia.translation.ext.core.exception.I18nResolverException: info.magnolia.translation.ext.core.exception.I18nResolverException: info.magnolia.config.registry.Registry$NoSuchDefinitionException: mgnl:commonLabel
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.resolveFromContentApp(I18nItemResolverImpl.java:118) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.resolveItems(ExportTranslationCommand.java:267) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.createSubmissionItem(ExportTranslationCommand.java:222) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.processResourceNodes(ExportTranslationCommand.java:176) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.generateTranslationSubmission(ExportTranslationCommand.java:153) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.executeOnItem(ExportTranslationCommand.java:125) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.AbstractTranslationCommand.execute(AbstractTranslationCommand.java:62) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.commands.MgnlCommand.executeSynchronized(MgnlCommand.java:80) [magnolia-core-6.2.14.jar:?]
	at info.magnolia.commands.MgnlCommand.execute(MgnlCommand.java:69) [magnolia-core-6.2.14.jar:?]
	at info.magnolia.module.scheduler.CommandJob.execute(CommandJob.java:110) [magnolia-module-scheduler-2.3.5.jar:?]
	at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.2.jar:?]
	at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.2.jar:?]
Caused by: info.magnolia.translation.ext.core.exception.I18nResolverException: info.magnolia.config.registry.Registry$NoSuchDefinitionException: mgnl:commonLabel
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.lambda$resolveFromContentApp$0(I18nItemResolverImpl.java:114) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:378) ~[magnolia-core-6.2.14.jar:?]
	at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:356) ~[magnolia-core-6.2.14.jar:?]
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.resolveFromContentApp(I18nItemResolverImpl.java:89) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	... 11 more
Caused by: info.magnolia.config.registry.Registry$NoSuchDefinitionException: mgnl:commonLabel
	at info.magnolia.config.registry.AbstractRegistry.getProvider(AbstractRegistry.java:127) ~[magnolia-configuration-6.2.14.jar:?]
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.addTranslationObject(I18nItemResolverImpl.java:141) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.lambda$resolveFromContentApp$0(I18nItemResolverImpl.java:106) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:378) ~[magnolia-core-6.2.14.jar:?]
	at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:356) ~[magnolia-core-6.2.14.jar:?]
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.resolveFromContentApp(I18nItemResolverImpl.java:89) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	... 11 more
2022-01-14 14:04:26,658 INFO&#160; a.translation.ext.core.helper.I18nItemResolverImpl: The module that contained apps definition is admincentral
2022-01-14 14:04:26,658 INFO&#160; a.translation.ext.core.helper.I18nItemResolverImpl: The module that contained apps definition is categories-app
2022-01-14 14:04:26,658 INFO&#160; a.translation.ext.core.helper.I18nItemResolverImpl: The module that contained apps definition is common-labels-app
2022-01-14 14:04:26,658 INFO&#160; a.translation.ext.core.helper.I18nItemResolverImpl: The selected module name is common-labels-app
2022-01-14 14:04:26,658 ERROR info.magnolia.commands.MgnlCommand&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; : Cannot resolve items with path /MasterContent/Captcha/global.label.captcha.description
info.magnolia.translation.ext.core.exception.I18nResolverException: info.magnolia.translation.ext.core.exception.I18nResolverException: info.magnolia.config.registry.Registry$NoSuchDefinitionException: mgnl:commonLabel
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.resolveFromContentApp(I18nItemResolverImpl.java:118) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.resolveItems(ExportTranslationCommand.java:267) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.createSubmissionItem(ExportTranslationCommand.java:222) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.processResourceNodes(ExportTranslationCommand.java:176) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.generateTranslationSubmission(ExportTranslationCommand.java:153) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.ExportTranslationCommand.executeOnItem(ExportTranslationCommand.java:125) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.command.AbstractTranslationCommand.execute(AbstractTranslationCommand.java:62) [magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.commands.MgnlCommand.executeSynchronized(MgnlCommand.java:80) [magnolia-core-6.2.14.jar:?]
	at info.magnolia.commands.MgnlCommand.execute(MgnlCommand.java:69) [magnolia-core-6.2.14.jar:?]
	at info.magnolia.module.scheduler.CommandJob.execute(CommandJob.java:110) [magnolia-module-scheduler-2.3.5.jar:?]
	at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.2.jar:?]
	at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.2.jar:?]
Caused by: info.magnolia.translation.ext.core.exception.I18nResolverException: info.magnolia.config.registry.Registry$NoSuchDefinitionException: mgnl:commonLabel
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.lambda$resolveFromContentApp$0(I18nItemResolverImpl.java:114) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:378) ~[magnolia-core-6.2.14.jar:?]
	at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:356) ~[magnolia-core-6.2.14.jar:?]
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.resolveFromContentApp(I18nItemResolverImpl.java:89) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	... 11 more
Caused by: info.magnolia.config.registry.Registry$NoSuchDefinitionException: mgnl:commonLabel
	at info.magnolia.config.registry.AbstractRegistry.getProvider(AbstractRegistry.java:127) ~[magnolia-configuration-6.2.14.jar:?]
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.addTranslationObject(I18nItemResolverImpl.java:141) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.lambda$resolveFromContentApp$0(I18nItemResolverImpl.java:106) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:378) ~[magnolia-core-6.2.14.jar:?]
	at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:356) ~[magnolia-core-6.2.14.jar:?]
	at info.magnolia.translation.ext.core.helper.I18nItemResolverImpl.resolveFromContentApp(I18nItemResolverImpl.java:89) ~[magnolia-content-translation-support-ext-core-3.4.2.jar:?]
	... 11 more
2022-01-14 14:04:26,678 INFO&#160; info.magnolia.module.scheduler.CommandJob &#160; &#160; &#160; &#160; : Job executed successfully [UI Action triggered execution of [workflowTranslation:exportTranslationCommand] by user [superuser]. (0)] &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="106539">EXCONTRANS-363</key>
            <summary>Exporting Content App content returns error when no content type is defined</summary>
                <type id="6" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10880&amp;avatarType=issuetype">Support Request</type>
                                            <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="5" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="tmiyar">Teresa Miyar</assignee>
                                    <reporter username="rgaona">Roberto Gaona</reporter>
                        <labels>
                    </labels>
                <created>Wed, 12 Jan 2022 16:59:02 +0100</created>
                <updated>Mon, 31 Jan 2022 14:32:45 +0100</updated>
                            <resolved>Mon, 31 Jan 2022 14:18:24 +0100</resolved>
                                                    <fixVersion>3.4.3</fixVersion>
                                    <component>Core</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10360">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="89256" name="common-labels-app.zip" size="11912" author="rgaona" created="Thu, 13 Jan 2022 09:10:26 +0100"/>
                            <attachment id="89338" name="common-labels.MasterContent.xml" size="18683" author="rgaona" created="Fri, 14 Jan 2022 13:31:37 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</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 years, 4 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>rgaona</customfieldvalue>
            <customfieldvalue>tmiyar</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|y05x9u:</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_10032" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </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>