<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 06:47:54 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>[MGNLRES-151] Create isEditable column for the resources browser</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLRES-151</link>
                <project id="10282" key="MGNLRES">Magnolia Resources Module</project>
                    <description>&lt;p&gt;Add the editable column for new resources app,&lt;/p&gt;

&lt;p&gt;See the hotfix column in mockups at &lt;a href=&quot;http://wiki.magnolia-cms.com/display/UX/The+Resource+Files+app&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://wiki.magnolia-cms.com/display/UX/The+Resource+Files+app&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="45232">MGNLRES-151</key>
            <summary>Create isEditable column for the resources browser</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="44040">MGNLRES-140</parent>
                                    <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="ilgun">Ilgun Ilgun</assignee>
                                    <reporter username="ilgun">Ilgun Ilgun</reporter>
                        <labels>
                            <label>platform-cell</label>
                    </labels>
                <created>Thu, 21 May 2015 09:40:04 +0200</created>
                <updated>Tue, 30 Jun 2015 15:08:05 +0200</updated>
                            <resolved>Fri, 29 May 2015 15:02:09 +0200</resolved>
                                                    <fixVersion>2.4</fixVersion>
                                    <component>app</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="105090" author="gjoseph" created="Thu, 28 May 2015 19:16:24 +0200"  >&lt;p&gt;Ilg&#252;n, I looked at the commit on main couple things&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;since we&apos;re actually changing core in &lt;tt&gt;magnolia_main/magnolia-resource-loader&lt;/tt&gt;, we&apos;re gonna need a ticket in MAGNOLIA&lt;/li&gt;
	&lt;li&gt;the &quot;editable&quot; property could be exposed on the &lt;tt&gt;ResourcePath&lt;/tt&gt; interface; LRP could either delegate to &lt;tt&gt;first()&lt;/tt&gt; or (depending on what we want to do) iterate on &lt;tt&gt;layers()&lt;/tt&gt; until one is &lt;tt&gt;editable()&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;I&apos;m not sure what we try to do with &lt;tt&gt;isOverriding()&lt;/tt&gt; &amp;#8211; at first sight, if size&amp;gt;1, something is overriding something else &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/biggrin.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; In any case, we definitely can&apos;t rely on the origin names to do things like this. While it&apos;s not on the table at the moment, the API was thought out to allow users to customize the list and amount of origins. (e.g &lt;tt&gt;info.magnolia.resourceloader.Origins&lt;/tt&gt; should not be as hardcoded as it is)&lt;/li&gt;
	&lt;li&gt;tests: have you seen &lt;tt&gt;DummyOrigin&lt;/tt&gt; ? It&apos;s tested and used extensively in &lt;tt&gt;LayeredOriginTest&lt;/tt&gt; (in fact it was implemented first to allow testing LO without depending on the real origins). I&apos;m suspecting you had to re-implement your own fakes to satisfy the need of your fix (i.e have the origin&apos;s names as expected).&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;As a side note, maybe a few words about intentions in the issue description would be beneficial (esp since this issue might be forked off &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLRES-140&quot; title=&quot;Implement the new Resources app&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLRES-140&quot;&gt;&lt;del&gt;MGNLRES-140&lt;/del&gt;&lt;/a&gt; since it looks like it&apos;ll be released sooner)&lt;/p&gt;

&lt;p&gt;Cheers !&lt;/p&gt;</comment>
                            <comment id="105166" author="ilgun" created="Fri, 29 May 2015 14:52:15 +0200"  >&lt;p&gt;Made the necessary changes regarding review.&lt;br/&gt;
Should be good to go now.&lt;/p&gt;</comment>
                            <comment id="105279" author="apchelintcev" created="Mon, 1 Jun 2015 14:24:15 +0200"  >&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;tt&gt;FileType&lt;/tt&gt; needs JavaDoc.&lt;/li&gt;
	&lt;li&gt;Introduced property ids should become constants.&lt;/li&gt;
	&lt;li&gt;Ideally changes related to magnolia_main should be commited against &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MAGNOLIA-6237&quot; title=&quot;Add #isEditable to ResourcePath interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MAGNOLIA-6237&quot;&gt;&lt;del&gt;MAGNOLIA-6237&lt;/del&gt;&lt;/a&gt; (then current ticket could simply depend on that one).&lt;/li&gt;
	&lt;li&gt;Please remove the commented lines in ResourcesContainer#newItem()&lt;/li&gt;
	&lt;li&gt;Also properties should be clarified:
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;I can understand addition of a nested property (originName) and&lt;/li&gt;
		&lt;li&gt;Should &lt;tt&gt;ResourcesContainer#isOverriding&lt;/tt&gt; be static?&lt;/li&gt;
		&lt;li&gt;editable - if such method is present in ResoucePath API - you shouldn&apos;t try to add it explicitly - the property will exist out of the box.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="105362" author="ilgun" created="Tue, 2 Jun 2015 09:56:26 +0200"  >&lt;p&gt;Everything is done, except the static methods, they are simply because  the main method is static as well.&lt;/p&gt;</comment>
                            <comment id="105427" author="mgeljic" created="Tue, 2 Jun 2015 17:01:20 +0200"  >&lt;p&gt;Kept this ticket only for the &quot;editable&quot; column, moved all the rest to &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLRES-163&quot; title=&quot;Create FileType column for the resources browser&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLRES-163&quot;&gt;&lt;del&gt;MGNLRES-163&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                            <outwardlinks description="depends upon">
                                        <issuelink>
            <issuekey id="45458">MAGNOLIA-6237</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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>Thu, 28 May 2015 19:16:24 +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>
                            8 years, 37 weeks, 5 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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>apchelintcev</customfieldvalue>
            <customfieldvalue>ilgun</customfieldvalue>
            <customfieldvalue>gjoseph</customfieldvalue>
            <customfieldvalue>mgeljic</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i04y2b:</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_10245" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="59">5.4 Sprint 4</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12430" key="com.atlassian.teams:rm-teams-custom-field-team">
                        <customfieldname>Team</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[27]]></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>