<?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 Alfresco share - Tags not displayed in Tag Management in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-tags-not-displayed-in-tag-management/m-p/30339#M12916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating a folder rule with rule criteria 'Has tag', the Select Tag panel doesn't display all tags !&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://i.imgur.com/RhXbdsU.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;I have tried creating a tag by adding a tag in the file properties but it's still not showing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://i.imgur.com/KyXmsnu.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;I checked the tag management, it's not showing there either!&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;I'm using activiti for managing workflows, and I tried adding tags like it shows in the code below:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #242729; background-color: #eff0f1; border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit;"&gt;&amp;lt;userTask id="reviewTask" name="Review Task" activiti:formKey="wfa:activitiReviewTaskk"&amp;gt; &amp;lt;extensionElements&amp;gt; &amp;lt;activiti:taskListener event="create" class="org.alfresco.repo.workflow.activiti.tasklistener.ScriptTaskListener"&amp;gt; &amp;lt;activiti:field name="script"&amp;gt; &amp;lt;activiti:string&amp;gt; if (typeof bpm_workflowDueDate != 'undefined') task.dueDate = bpm_workflowDueDate if (typeof bpm_workflowPriority != 'undefined') task.priority = bpm_workflowPriority; &amp;lt;/activiti:string&amp;gt; &amp;lt;/activiti:field&amp;gt; &amp;lt;/activiti:taskListener&amp;gt; &amp;lt;activiti:taskListener event="complete" class="org.alfresco.repo.workflow.activiti.tasklistener.ScriptTaskListener"&amp;gt; &amp;lt;activiti:field name="script"&amp;gt; &amp;lt;activiti:string&amp;gt; execution.setVariable('wfa_reviewOutcome', task.getVariable('wfa_reviewOutcome')); if (task.getVariable('wfa_reviewOutcome') == 'Approve') { bpm_package.children[0].addTag("Approved"); } else { if (task.getVariable('wfa_reviewOutcome') == 'Reject') { bpm_package.children[0].addTag("Rejected"); } } &amp;lt;/activiti:string&amp;gt; &amp;lt;/activiti:field&amp;gt; &amp;lt;activiti:field name="runAs"&amp;gt; &amp;lt;activiti:string&amp;gt;admin&amp;lt;/activiti:string&amp;gt; &amp;lt;/activiti:field&amp;gt; &amp;lt;/activiti:taskListener&amp;gt; &amp;lt;/extensionElements&amp;gt; &amp;lt;humanPerformer&amp;gt; &amp;lt;resourceAssignmentExpression&amp;gt; &amp;lt;formalExpression&amp;gt;${bpm_assignee.properties.userName}&amp;lt;/formalExpression&amp;gt; &amp;lt;/resourceAssignmentExpression&amp;gt; &amp;lt;/humanPerformer&amp;gt; &amp;lt;/userTask&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;The tags are added but still not showing in the tags management!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Mar 2019 11:18:44 GMT</pubDate>
    <dc:creator>imanez1</dc:creator>
    <dc:date>2019-03-29T11:18:44Z</dc:date>
    <item>
      <title>Alfresco share - Tags not displayed in Tag Management</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-tags-not-displayed-in-tag-management/m-p/30339#M12916</link>
      <description>When creating a folder rule with rule criteria 'Has tag', the Select Tag panel doesn't display all tags !I have tried creating a tag by adding a tag in the file properties but it's still not showing&amp;nbsp;I checked the tag management, it's not showing there either!I'm using activiti for managing workflows</description>
      <pubDate>Fri, 29 Mar 2019 11:18:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-tags-not-displayed-in-tag-management/m-p/30339#M12916</guid>
      <dc:creator>imanez1</dc:creator>
      <dc:date>2019-03-29T11:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco share - Tags not displayed in Tag Management</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-tags-not-displayed-in-tag-management/m-p/30340#M12917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;I fixed the problem by performing a reindex of SOLR by following the steps in this link,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/tasks/solr-reindex.html" rel="nofollow noreferrer noopener" style="color: #005999; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;http://docs.alfresco.com/5.0/tasks/solr-reindex.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;:&lt;/P&gt;&lt;UL style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0px 0px 0.5em;"&gt;Delete the content of the directories ..\alf_data\solr4\index\workspace\SpacesStore\ and ..\alf_data\solr4\index\archive\SpacesStore\&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit;"&gt;Delete all the files in ..\alf_data\solr4\model&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 11:36:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-tags-not-displayed-in-tag-management/m-p/30340#M12917</guid>
      <dc:creator>imanez1</dc:creator>
      <dc:date>2019-04-11T11:36:16Z</dc:date>
    </item>
  </channel>
</rss>

