<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 03:36:05 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>[MAGNOLIA-2372] Nodes of the type ItemType.FOLDER cannot  be activated</title>
                <link>https://jira.magnolia-cms.com/browse/MAGNOLIA-2372</link>
                <project id="10000" key="MAGNOLIA">Magnolia</project>
                    <description>&lt;p&gt;Problem:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;info.magnolia.cms.security.HierarchicalUserManager (magnolia-core) places the user accounts into a hierarchical node structure of the type ItemType.FOLDER.&lt;/li&gt;
	&lt;li&gt;info.magnolia.cms.core.ItemType.NT_FOLDER = &quot;nt:folder&quot;;&lt;br/&gt;
-&amp;gt; &quot;nt:folder&quot; is not minxin:referencable&lt;br/&gt;
	-&amp;gt; therefore does not have a UUID&lt;br/&gt;
		-&amp;gt; therefore cannot be activated / deactivated&lt;br/&gt;
		-&amp;gt; therefore also produces an error message when being deleted&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Solution:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Changed ItemType.NT_FOLDER to &quot;mgnl:folder&quot;&lt;/li&gt;
	&lt;li&gt;added this custom nodetype definition to custom_nodetypes.xml:&lt;br/&gt;
&amp;lt;nodeType hasOrderableChildNodes=&quot;true&quot; isMixin=&quot;false&quot; name=&quot;mgnl:folder&quot; primaryItemName=&quot;&quot;&amp;gt;&amp;lt;supertypes&amp;gt;&amp;lt;supertype&amp;gt;mix:referenceable&amp;lt;/supertype&amp;gt;&amp;lt;supertype&amp;gt;nt:folder&amp;lt;/supertype&amp;gt;&amp;lt;/supertypes&amp;gt;&amp;lt;propertyDefinition autoCreated=&quot;false&quot; mandatory=&quot;false&quot; multiple=&quot;false&quot; name=&quot;&lt;b&gt;&quot; onParentVersion=&quot;COPY&quot; protected=&quot;false&quot; requiredType=&quot;undefined&quot;/&amp;gt;&amp;lt;childNodeDefinition autoCreated=&quot;false&quot; defaultPrimaryType=&quot;&quot; mandatory=&quot;false&quot; name=&quot;&lt;/b&gt;&quot; onParentVersion=&quot;COPY&quot; protected=&quot;false&quot; sameNameSiblings=&quot;true&quot;&amp;gt;&amp;lt;requiredPrimaryTypes&amp;gt;&amp;lt;requiredPrimaryType&amp;gt;nt:base&amp;lt;/requiredPrimaryType&amp;gt;&amp;lt;/requiredPrimaryTypes&amp;gt;&amp;lt;/childNodeDefinition&amp;gt;&amp;lt;/nodeType&amp;gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Note:&lt;br/&gt;
I don&apos;t know where else nodes of this type are being used. Therefore I cannot say if this change affects anything else. For me everything has worked fine after this change.&lt;/p&gt;</description>
                <environment></environment>
        <key id="15215">MAGNOLIA-2372</key>
            <summary>Nodes of the type ItemType.FOLDER cannot  be activated</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="3" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/major.svg">Major</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="gjoseph">Magnolia International</assignee>
                                    <reporter username="will">Will Scheidegger</reporter>
                        <labels>
                            <label>activation</label>
                            <label>folder</label>
                            <label>nodetype</label>
                    </labels>
                <created>Wed, 17 Sep 2008 08:07:35 +0200</created>
                <updated>Wed, 23 Jan 2013 09:09:30 +0100</updated>
                            <resolved>Fri, 27 Feb 2009 16:44:02 +0100</resolved>
                                    <version>3.6.1</version>
                                    <fixVersion>4.0</fixVersion>
                                    <component>core</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                                                            <comments>
                            <comment id="17966" author="will" created="Wed, 17 Sep 2008 08:10:28 +0200"  >&lt;p&gt;The nodetype definition for mgnl:folder which I inserted in the text got corrupted by confluence. Therefore I attached it again in a text file.&lt;/p&gt;</comment>
                            <comment id="17973" author="gjoseph" created="Wed, 17 Sep 2008 15:25:55 +0200"  >&lt;p&gt;Thanks Will !&lt;/p&gt;

&lt;p&gt;Ideally - create patch files using the following command&lt;br/&gt;
&lt;tt&gt;svn diff &amp;gt; foobar.patch&lt;/tt&gt; (using a more appropriate filename, obviously)&lt;br/&gt;
The best being executing this from the root of the &lt;b&gt;project&lt;/b&gt;, so we don&apos;t even have to search for the correct folder from where to apply it.&lt;/p&gt;</comment>
                            <comment id="18321" author="gjoseph" created="Fri, 3 Oct 2008 13:40:56 +0200"  >&lt;p&gt;new nodetype definition committed, constant changed.&lt;br/&gt;
For now, &lt;tt&gt;UsersTreeConfiguration&lt;/tt&gt; shows both mgnl:folder and nt:folder (with a grayed icon for the latter)&lt;/p&gt;

&lt;p&gt;TODO: update task and clean UsersTreeConfiguration&lt;/p&gt;</comment>
                            <comment id="18520" author="will" created="Fri, 10 Oct 2008 09:12:43 +0200"  >&lt;p&gt;The custom nodetype definition above does not work anymore since Mag 3.6.3. Apparently the name=&quot;&quot; causes the problems. When you replace the name=&quot;&quot; with name=&quot;*&quot; things seem to work again.&lt;/p&gt;</comment>
                            <comment id="18532" author="gjoseph" created="Fri, 10 Oct 2008 13:34:41 +0200"  >&lt;p&gt;yeah we slightly modified your patch before applying &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; - see the subversion commits tab.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="17018">MAGNOLIA-2847</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="17035">MGNLXAA-20</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="11642" name="ItemType.diff.java" size="156" author="will" created="Wed, 17 Sep 2008 08:07:35 +0200"/>
                            <attachment id="11643" name="add_mgnl_folder_nodetype.txt" size="625" author="will" created="Wed, 17 Sep 2008 08:10:28 +0200"/>
                    </attachments>
                <subtasks>
                            <subtask id="15329">MAGNOLIA-2407</subtask>
                    </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>mac.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 17 Sep 2008 15:25:55 +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>mmuehlebach</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            15 years, 20 weeks, 2 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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>gjoseph</customfieldvalue>
            <customfieldvalue>will</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Patch included</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10100"><![CDATA[Yes]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i011fr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6115</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>