<?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: Like and comment feature in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16888#M7473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just want to ask regarding the "lock document" feature, I followed the one that you gave me, now there's a Lock column in my documentLibrary, but when I tried using it to lock a document, the lock dialog appears for a second and before I can choose to lock it in it goes straight to open the chosen document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my documentlist.component.html,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;data-column title="Lock" key="id"&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ng-template let-entry="$implicit"&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;button mat-icon-button [adf-node-lock]="entry.row.node.entry" class="adf-lock-button"&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mat-icon *ngIf="entry.row.getValue('isLocked')"&amp;gt;lock&amp;lt;/mat-icon&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mat-icon *ngIf="!entry.row.getValue('isLocked')"&amp;gt;lock_open&amp;lt;/mat-icon&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/button&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ng-template&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;/data-column&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my documentlist.component.ts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;includeFields = 'isLocked';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and another question about having a like and comment icon below the folders, I have no idea on how to do it, is it to be implemented in the data column itself? this is what I have done so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my documentlist.component.html,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;data-column title="Name" key="name" class="full-width ellipsis-cell"&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mat-icon&amp;gt;like&amp;lt;/mat-icon&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mat-icon&amp;gt;comment&amp;lt;/mat-icon&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;/data-column&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2018 23:23:50 GMT</pubDate>
    <dc:creator>rsocorro</dc:creator>
    <dc:date>2018-10-31T23:23:50Z</dc:date>
    <item>
      <title>Like and comment feature</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16884#M7469</link>
      <description>Can I recreate the like and comment to folder and file feature in share to adf?</description>
      <pubDate>Mon, 29 Oct 2018 01:35:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16884#M7469</guid>
      <dc:creator>rsocorro</dc:creator>
      <dc:date>2018-10-29T01:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Like and comment feature</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16885#M7470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, please refer to the documentation before. Here are the links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/like.component.md" title="https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/like.component.md" rel="nofollow noopener noreferrer"&gt;alfresco-ng2-components/like.component.md at development · Alfresco/alfresco-ng2-components · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/rating.component.md" title="https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/rating.component.md" rel="nofollow noopener noreferrer"&gt;alfresco-ng2-components/rating.component.md at development · Alfresco/alfresco-ng2-components · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 14:57:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16885#M7470</guid>
      <dc:creator>eugenio_romano</dc:creator>
      <dc:date>2018-10-29T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Like and comment feature</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16886#M7471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, already implemented that with my file feature, now I'm trying to implement that in my folder feature, wondering on how to add the like and comment icon below the folders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 20:28:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16886#M7471</guid>
      <dc:creator>rsocorro</dc:creator>
      <dc:date>2018-10-29T20:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Like and comment feature</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16887#M7472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to add a custom data column&amp;nbsp;in the document list as we have done in this example here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/alfresco-ng2-components/blob/development/demo-shell/src/app/components/files/files.component.html#L259" title="https://github.com/Alfresco/alfresco-ng2-components/blob/development/demo-shell/src/app/components/files/files.component.html#L259" rel="nofollow noopener noreferrer"&gt;alfresco-ng2-components/files.component.html at development · Alfresco/alfresco-ng2-components · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more details about custom data column here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jivelink12" href="https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/document-list.component.md#custom-columns" title="https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/document-list.component.md#custom-columns" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/document-list.component.md#custom-columns&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 10:06:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16887#M7472</guid>
      <dc:creator>eugenio_romano</dc:creator>
      <dc:date>2018-10-30T10:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Like and comment feature</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16888#M7473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just want to ask regarding the "lock document" feature, I followed the one that you gave me, now there's a Lock column in my documentLibrary, but when I tried using it to lock a document, the lock dialog appears for a second and before I can choose to lock it in it goes straight to open the chosen document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my documentlist.component.html,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;data-column title="Lock" key="id"&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ng-template let-entry="$implicit"&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;button mat-icon-button [adf-node-lock]="entry.row.node.entry" class="adf-lock-button"&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mat-icon *ngIf="entry.row.getValue('isLocked')"&amp;gt;lock&amp;lt;/mat-icon&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mat-icon *ngIf="!entry.row.getValue('isLocked')"&amp;gt;lock_open&amp;lt;/mat-icon&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/button&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ng-template&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;/data-column&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my documentlist.component.ts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;includeFields = 'isLocked';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and another question about having a like and comment icon below the folders, I have no idea on how to do it, is it to be implemented in the data column itself? this is what I have done so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my documentlist.component.html,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;data-column title="Name" key="name" class="full-width ellipsis-cell"&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mat-icon&amp;gt;like&amp;lt;/mat-icon&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mat-icon&amp;gt;comment&amp;lt;/mat-icon&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;/data-column&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 23:23:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16888#M7473</guid>
      <dc:creator>rsocorro</dc:creator>
      <dc:date>2018-10-31T23:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Like and comment feature</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16889#M7474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you need to switch from single click to double click your document list otherwise it will perform the same operation for display and lock:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/document-list.component.md" title="https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/document-list.component.md" rel="nofollow noopener noreferrer"&gt;alfresco-ng2-components/document-list.component.md at development · Alfresco/alfresco-ng2-components · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess anyway is a better pattern add this operation in the action menu.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="/legacyfs/online/alfresco/23706_Screenshot 2018-11-01 at 09.02.43.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 09:03:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/like-and-comment-feature/m-p/16889#M7474</guid>
      <dc:creator>eugenio_romano</dc:creator>
      <dc:date>2018-11-01T09:03:03Z</dc:date>
    </item>
  </channel>
</rss>

