<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ReadProperties permission in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176935#M130065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have a solution is: change href="#{r.name}" to href=""&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2008 03:19:43 GMT</pubDate>
    <dc:creator>vinaxwater</dc:creator>
    <dc:date>2008-12-10T03:19:43Z</dc:date>
    <item>
      <title>ReadProperties permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176934#M130064</link>
      <description>Dear alfresco:We have a requirement that the ReadProperties permission can't link the file name. Only view the file name;The Read permission can link and view the file. so I want to do:&amp;lt;r&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ermissionEvaluator value="#{BrowseBean.content}" allow="Read"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a:actionLink value="#{r.name}" hre</description>
      <pubDate>Tue, 09 Dec 2008 14:30:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176934#M130064</guid>
      <dc:creator>janejiao</dc:creator>
      <dc:date>2008-12-09T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: ReadProperties permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176935#M130065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have a solution is: change href="#{r.name}" to href=""&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 03:19:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176935#M130065</guid>
      <dc:creator>vinaxwater</dc:creator>
      <dc:date>2008-12-10T03:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: ReadProperties permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176936#M130066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear vinaxwater:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But above code doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That would result in all users can't see the content link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Login with Read user can read file content and can click the link, so only show the &amp;lt;a:actionLink&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Login with ReadProperties can't read file content and can't show the link of the file name, so only show the &amp;lt;h&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utputText&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I want to do as following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;!–Read permission–&amp;gt;&lt;BR /&gt;&amp;lt;r:permissionEvaluator value="#{r}" allow="Read"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a:actionLink id="col11-act2" value="#{r.name}" href="#{r.url}" target="new" styleClass="header"/&amp;gt;&lt;BR /&gt;&amp;lt;/r:permissionEvaluator&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!–ReadProperties permission–&amp;gt;&lt;BR /&gt;&amp;lt;r:permissionEvaluator value="#{r}" allow="ReadProperties"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;h:outputText id="col11-act3" value="#{r.name}"/&amp;gt;&lt;BR /&gt;&amp;lt;/r:permissionEvaluator&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I login with Read user will appear the &amp;lt;a:actionLink&amp;gt; and &amp;lt;h&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utputText&amp;gt; at the same time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think because of the Read permission includes the ReadProperties permission. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have other method to help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 05:14:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176936#M130066</guid>
      <dc:creator>janejiao</dc:creator>
      <dc:date>2008-12-10T05:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: ReadProperties permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176937#M130067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm urgently waiting your replay……..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 13:03:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176937#M130067</guid>
      <dc:creator>janejiao</dc:creator>
      <dc:date>2008-12-10T13:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: ReadProperties permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176938#M130068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can maybe try this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=14597&amp;amp;p=48508" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=14597&amp;amp;p=48508&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Klaas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 20:20:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/readproperties-permission/m-p/176938#M130068</guid>
      <dc:creator>klaas</dc:creator>
      <dc:date>2008-12-10T20:20:35Z</dc:date>
    </item>
  </channel>
</rss>

