<?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: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311821#M264951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #666666; background: #ffffff; border: 0px; font-weight: 500; font-size: 14px; padding: 0px 0px 1em;"&gt;I tried with "merge-actions" approach and added “Edit Properties” action in faceted page.&lt;BR /&gt;widgets: [&lt;BR /&gt;{&lt;BR /&gt;id: “FCTSRCH_SEARCH_RESULT”,&lt;BR /&gt;name: “alfresco/search/AlfSearchResult”,&lt;BR /&gt;config: {&lt;BR /&gt;enableContextMenu: false,&lt;BR /&gt;showSelector: true,&lt;BR /&gt;mergeActions : true,&lt;BR /&gt;additionalDocumentAndFolderActions : [“document-edit-properties”]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P style="color: #666666; background: #ffffff; border: 0px; font-weight: 500; font-size: 14px; padding: 0px 0px 1em;"&gt;And I am able to see "Edit Properties" action.But only three metadata fields are being displayed once we click on Edit Properties action at faceted page(Name,Title,description).Also, I have configured share-config-custom.xml for edit metadata pop up form and I can see the custom properties when I go through document library –&amp;gt; "edit properties" action pop up.&lt;/P&gt;&lt;P style="color: #666666; background: #ffffff; border: 0px; font-weight: 500; font-size: 14px;"&gt;But at search results page, only Name,Title,Description are being displayed.Kindly help.I am using Enterprise 5.1.1.&lt;BR /&gt;Also, Why edit properties action is not available out of the box at faceted page?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 10:10:54 GMT</pubDate>
    <dc:creator>gaurav_sharma</dc:creator>
    <dc:date>2016-11-29T10:10:54Z</dc:date>
    <item>
      <title>Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311812#M264942</link>
      <description>Hello,In the faceted search results page when you click on the “Actions” menu for a row, it asynchronously gets the list of allowed actions. It looks like there is a filter defined in AlfSearchResult.js that restricts the allowed actions to actions currently supported by the Aikau action service.We</description>
      <pubDate>Mon, 11 May 2015 17:37:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311812#M264942</guid>
      <dc:creator>rmahajan</dc:creator>
      <dc:date>2015-05-11T17:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311813#M264943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We're in the process of improving both the support for existing Document Library actions within Aikau as well as improving the way in which custom actions can be mixed with a selection of the default actions. Unfortunately at the present time we're still a long way from completing this effort. Your best bet at the moment would be to specify pure custom actions (using the "customActions" attribute (defined in the _ActionsMixin module) and then duplicate the existing action modules that you want to support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively you could look to extend the XhrActions widget with your own version and then augment the actions with the additional items you wish to provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In both these cases you would need to extend or replace the AlfSearchView to include your custom module (e.g. you could extend AlfSearchView and override the "widgets" array to either be your own view (created entirely as a JSON model) or reference an extension to the AlfSearchResult.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason we have a specific AlfSearchResult widget (rather than a model of layout and renderer widgets) is because this provides a performance improvement in rendering. However, the faceted search page will still work with any view constructed using the techniques described in the Aikau Tutorial that you can find on GitHub (e.g. &lt;/SPAN&gt;&lt;A href="https://github.com/Alfresco/Aikau/blob/master/tutorial/chapters/Contents.md" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/Aikau/blob/master/tutorial/chapters/Contents.md&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 06:28:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311813#M264943</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2015-05-21T06:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311814#M264944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello can I have an update on this, do we have a standard way to configure this now in one of the release?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:14:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311814#M264944</guid>
      <dc:creator>pl_componize</dc:creator>
      <dc:date>2015-07-23T10:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311815#M264945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's now possible to mix-and-match "legacy" Document Library actions (i.e. those that are defined in the share-documentlibrary-config.xml file), pure custom menu items that can be configured to perform actions and pure Aikau actions (of which there a currently limited set). An example of this can be seen in the Aikau unit test page here: &lt;/SPAN&gt;&lt;A href="https://github.com/Alfresco/Aikau/blob/d5b54c8d2b33bb7bfff804d59c56ac209aeb9a1b/aikau/src/test/resources/testApp/WEB-INF/classes/alfresco/site-webscripts/alfresco/renderers/Actions.get.js" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/Aikau/blob/d5b54c8d2b33bb7bfff804d59c56ac209aeb9a1b/aikau/src/test/resources/testApp/WEB-INF/classes/alfresco/site-webscripts/alfresco/renderers/Actions.get.js&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The key configuration attribute is "mergeActions" (see &lt;/SPAN&gt;&lt;A href="http://dev.alfresco.com/resource/docs/aikau-jsdoc/_ActionsMixin.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/aikau-jsdoc/_ActionsMixin.html&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 10:01:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311815#M264945</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2015-09-03T10:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311816#M264946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do we have a process of rendering actions on search results page based on user site role. For example I need to remove delete-action for a set of people with a role say "custom-role". I have gone through the following set of files AlfSearchResult.js. Action.js, _ActionsMixin.js, XhrActions.js, _XhrActionsMixin.js and ActionService.js. I found that&amp;nbsp; when I remove a action it gets removed for the users. I want to restrict to only a set of users. As I am a Newbie to Aikau Please suggest what needs to be followed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anooj Agarwal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 10:17:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311816#M264946</guid>
      <dc:creator>anooj_agarwal</dc:creator>
      <dc:date>2016-02-24T10:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311817#M264947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've created a blog about adding custom actions to faceted search here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.parashift.com.au/2016/06/28/adding-custom-action-shares-faceted-search/" rel="nofollow noopener noreferrer"&gt;https://www.parashift.com.au/2016/06/28/adding-custom-action-shares-faceted-search/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you have any further questions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 07:16:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311817#M264947</guid>
      <dc:creator>parashiftaustra</dc:creator>
      <dc:date>2016-06-28T07:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311818#M264948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; how can i disable or invisible&lt;STRONG&gt; action button&lt;/STRONG&gt; from search result in alfresco advance search?&lt;/P&gt;&lt;P&gt;do i need to override &lt;STRONG&gt;createActionsRenderer &lt;/STRONG&gt;function and set as&lt;STRONG&gt; onlyShowOnHover:false ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;janaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 07:33:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311818#M264948</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2016-10-28T07:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311819#M264949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;janaka _&lt;/B&gt;​ Could you try to avoid cross posting questions on multiple threads ... you've asked this &lt;A _jive_internal="true" href="https://community.alfresco.com/thread/215004-how-to-disable-or-invisible-action-button-from-search-result-in-alfresco-advance-search" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt; and I've provided an answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 09:31:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311819#M264949</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-10-28T09:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311820#M264950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a great blog post ... my only observation would be that you may want to consider creating the action subscriber as a service rather than a widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 09:33:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311820#M264950</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-10-28T09:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311821#M264951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #666666; background: #ffffff; border: 0px; font-weight: 500; font-size: 14px; padding: 0px 0px 1em;"&gt;I tried with "merge-actions" approach and added “Edit Properties” action in faceted page.&lt;BR /&gt;widgets: [&lt;BR /&gt;{&lt;BR /&gt;id: “FCTSRCH_SEARCH_RESULT”,&lt;BR /&gt;name: “alfresco/search/AlfSearchResult”,&lt;BR /&gt;config: {&lt;BR /&gt;enableContextMenu: false,&lt;BR /&gt;showSelector: true,&lt;BR /&gt;mergeActions : true,&lt;BR /&gt;additionalDocumentAndFolderActions : [“document-edit-properties”]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P style="color: #666666; background: #ffffff; border: 0px; font-weight: 500; font-size: 14px; padding: 0px 0px 1em;"&gt;And I am able to see "Edit Properties" action.But only three metadata fields are being displayed once we click on Edit Properties action at faceted page(Name,Title,description).Also, I have configured share-config-custom.xml for edit metadata pop up form and I can see the custom properties when I go through document library –&amp;gt; "edit properties" action pop up.&lt;/P&gt;&lt;P style="color: #666666; background: #ffffff; border: 0px; font-weight: 500; font-size: 14px;"&gt;But at search results page, only Name,Title,Description are being displayed.Kindly help.I am using Enterprise 5.1.1.&lt;BR /&gt;Also, Why edit properties action is not available out of the box at faceted page?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 10:10:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311821#M264951</guid>
      <dc:creator>gaurav_sharma</dc:creator>
      <dc:date>2016-11-29T10:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Faceted Search Results Page - How to include Custom actions in the 'Actions' menu for a row</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311822#M264952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason why the "Edit Properties" action is not available out of the box in faceted search is because the search page is implemented by Aikau and the edit properties (as found in the Document Library) is implemented using the old YUI2 components. We have an epic for porting all the Document Library actions to Aikau (see&amp;nbsp;&lt;A class="link-titled" href="https://issues.alfresco.com/jira/browse/AKU-194" title="https://issues.alfresco.com/jira/browse/AKU-194" rel="nofollow noopener noreferrer"&gt;[AKU-194] Document Library Actions - Alfresco JIRA&lt;/A&gt;&amp;nbsp;) but have not completed it yet (and actually aren't actively working on it at the moment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other reason why Edit Properties in particular wasn't implemented was because it relies upon the Share Forms Runtime - and this is not supported out-of-the-box for Aikau. I have however been doing some work to create a mapping between the Share forms runtime and Aikau (see&amp;nbsp;&lt;A href="https://community.alfresco.com/community/ecm/blog/2016/07/08/aikau-1076-form-runtime-support" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/ecm/blog/2016/07/08/aikau-1076-form-runtime-support&lt;/A&gt;&amp;nbsp; and related blog posts).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There has been no drive from the product management team to integrate this fully into the core product yet though. However, you should be able to make use of what is available through Aikau to implement your requirements for Edit Properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 11:48:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/faceted-search-results-page-how-to-include-custom-actions-in-the/m-p/311822#M264952</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-11-29T11:48:52Z</dc:date>
    </item>
  </channel>
</rss>

