<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 08:46:44 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>[MGNLUI-1453] Create a MultiLinkField </title>
                <link>https://jira.magnolia-cms.com/browse/MGNLUI-1453</link>
                <project id="10625" key="MGNLUI">Magnolia UI</project>
                    <description>&lt;p&gt;Create a MultiLinkField (Set of LinkField), his builder and definition. &lt;/p&gt;</description>
                <environment></environment>
        <key id="30845">MGNLUI-1453</key>
            <summary>Create a MultiLinkField </summary>
                <type id="5" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10896&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="30825">MGNLUI-1449</parent>
                                    <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="ehechinger">Eric Hechinger</assignee>
                                    <reporter username="ehechinger">Eric Hechinger</reporter>
                        <labels>
                    </labels>
                <created>Tue, 28 May 2013 09:35:01 +0200</created>
                <updated>Tue, 25 Jun 2013 15:34:29 +0200</updated>
                            <resolved>Wed, 5 Jun 2013 17:07:43 +0200</resolved>
                                    <version>5.0</version>
                                    <fixVersion>5.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="63861" author="tmattsson" created="Tue, 4 Jun 2013 11:58:56 +0200"  >&lt;p&gt;MultiLinkFieldBuilder&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;mentions MultiPropertyDelegate in comment&lt;/li&gt;
	&lt;li&gt;unnecessary cast on line 100&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;MultiLinkFieldDefinition&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;is it necessary to always configure a class? can&apos;t we have a property with simple string values and a class that takes precedence if set?&lt;/li&gt;
	&lt;li&gt;spelling error imput should be input&lt;/li&gt;
	&lt;li&gt;convert comments on fields to javadoc comments on getters&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;MultiLinkField&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;add documentation on what the &quot;tmp&quot; and &quot;transientPathProperty&quot; mean&lt;/li&gt;
	&lt;li&gt;spelling error on createSelectCompoment should be createSelectComponent, or maybe createEntryComponent ?&lt;/li&gt;
	&lt;li&gt;the order is not preserved, if you add something at the end of the list and the open the dialog again the new entries appear first, possibly caused by &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-1458&quot; title=&quot;AbstractJcrNodeAdapter adds nodes to JCR in random order&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-1458&quot;&gt;&lt;del&gt;MGNLUI-1458&lt;/del&gt;&lt;/a&gt;, see if this is the case&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;MultiLinkFieldBuilderTest&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;should have copyright year 2013, unless it was started in 2012 already&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="63954" author="ehechinger" created="Wed, 5 Jun 2013 13:51:04 +0200"  >&lt;p&gt;MultiLinkFieldBuilder&lt;/p&gt;

&lt;p&gt;    mentions MultiPropertyDelegate in comment&lt;br/&gt;
    unnecessary cast on line 100&lt;br/&gt;
    (ehe: agree)&lt;/p&gt;

&lt;p&gt;MultiLinkFieldDefinition&lt;/p&gt;

&lt;p&gt;    is it necessary to always configure a class? can&apos;t we have a property with simple string values and a class that takes precedence if set?&lt;br/&gt;
    (ehe: this is currently done in the MultiLinkFieldBuilder. If no saveNodeType is define, the SingleValueHandler is then used)&lt;br/&gt;
    spelling error imput should be input&lt;br/&gt;
    convert comments on fields to javadoc comments on getters&lt;/p&gt;

&lt;p&gt;MultiLinkField&lt;/p&gt;

&lt;p&gt;    add documentation on what the &quot;tmp&quot; and &quot;transientPathProperty&quot; mean&lt;br/&gt;
    (ehe: bulk copy... not needed for multilinkSelect.)&lt;br/&gt;
    spelling error on createSelectCompoment should be createSelectComponent, or maybe createEntryComponent ?&lt;br/&gt;
    the order is not preserved, if you add something at the end of the list and the open the dialog again the new entries appear first, possibly caused by &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-1458&quot; title=&quot;AbstractJcrNodeAdapter adds nodes to JCR in random order&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-1458&quot;&gt;&lt;del&gt;MGNLUI-1458&lt;/del&gt;&lt;/a&gt;, see if this is the case&lt;br/&gt;
	(ehe: after investigation, seems to be related to this ticket: &lt;br/&gt;
	In SubNodesValueHandler.setValue(), newValue is a,b,c, after the iteration of the list and creation of the subItem, &lt;br/&gt;
	the childItem as the following children b,c,a)&lt;/p&gt;

&lt;p&gt;MultiLinkFieldBuilderTest&lt;/p&gt;

&lt;p&gt;    should have copyright year 2013, unless it was started in 2012 already&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                                                <inwardlinks description="is depended upon by">
                                        <issuelink>
            <issuekey id="30854">MGNLUI-1458</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 4 Jun 2013 11:58:56 +0200</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>ajones</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 37 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ehechinger</customfieldvalue>
            <customfieldvalue>tmattsson</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0064n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1021</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10245" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="9">Beta 3</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>