<?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: Override default vocabulary in administrator tab in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313780#M781</link>
    <description>&lt;P&gt;unfortunately, this solution works for me but it is not suitable for my case, so I'm looking for a way to delete and rename the default vocabularies listed in the dropdown on the Administrator page. Is it possible?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2020 06:10:40 GMT</pubDate>
    <dc:creator>Rawan_Alharbi</dc:creator>
    <dc:date>2020-12-02T06:10:40Z</dc:date>
    <item>
      <title>Override default vocabulary in administrator tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313776#M777</link>
      <description>&lt;P&gt;Hello,
I'm using Nuxeo10.10 as a docker image and I'm trying to override the vocabulary on the administrator page, I would like to **change **some vocabulary name and **delete **other; I found this extension &lt;A href="https://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20Platform%20LTS%202019-10.10/viewExtensionPoint/org.nuxeo.ecm.directory.GenericDirectory--directories"&gt;here &lt;/A&gt; and I override this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;directory extends="template-l10nxvocabulary" name="l10nsubjects"&amp;gt;
      &amp;lt;parentDirectory&amp;gt;l10nsubjects&amp;lt;/parentDirectory&amp;gt;
      &amp;lt;deleteConstraint class="org.nuxeo.ecm.directory.HierarchicalDirectoryDeleteConstraint"&amp;gt;
        &amp;lt;property name="targetDirectory"&amp;gt;l10nsubjects&amp;lt;/property&amp;gt;
        &amp;lt;property name="targetDirectoryField"&amp;gt;parent&amp;lt;/property&amp;gt;
      &amp;lt;/deleteConstraint&amp;gt;
      &amp;lt;dataFile&amp;gt;directories/l10nsubjects.csv&amp;lt;/dataFile&amp;gt;
    &amp;lt;/directory&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;directory extends="template-l10nxvocabulary" name="test"&amp;gt;
      &amp;lt;parentDirectory&amp;gt;test&amp;lt;/parentDirectory&amp;gt;
      &amp;lt;deleteConstraint class="org.nuxeo.ecm.directory.HierarchicalDirectoryDeleteConstraint"&amp;gt;
        &amp;lt;property name="targetDirectory"&amp;gt;test&amp;lt;/property&amp;gt;
        &amp;lt;property name="targetDirectoryField"&amp;gt;parent&amp;lt;/property&amp;gt;
      &amp;lt;/deleteConstraint&amp;gt;
      &amp;lt;dataFile&amp;gt;directories/l10nsubjects.csv&amp;lt;/dataFile&amp;gt;
    &amp;lt;/directory&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;but it added it as new vocabulary &lt;STRONG&gt;as shown in the attached screenshot&lt;/STRONG&gt;.
so please if there is any way to change or delete vocabulary names share it with me.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 06:47:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313776#M777</guid>
      <dc:creator>Rawan_Alharbi</dc:creator>
      <dc:date>2020-11-29T06:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Override default vocabulary in administrator tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313777#M778</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The simplest solution would be to upload the new l10nsubjects.csv file in the Resources in Nuxeo Studio (Modeler) or reference another csv file with another XML contribution in the &lt;CODE&gt;dataFile&lt;/CODE&gt; line.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 09:26:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313777#M778</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-11-29T09:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Override default vocabulary in administrator tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313778#M779</link>
      <description>&lt;P&gt;Thank you for your reply, but my point is to rename or delete the vocabulary category itself (continent, country, l10ncoverage, l10nsubjects, ..., etc.) not the data in the l10nsubjects.csv or in the vocabulary.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 12:29:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313778#M779</guid>
      <dc:creator>Rawan_Alharbi</dc:creator>
      <dc:date>2020-11-29T12:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Override default vocabulary in administrator tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313779#M780</link>
      <description>&lt;P&gt;So the easiest is to create a new one and link it to a new property no?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 09:37:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313779#M780</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-11-30T09:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Override default vocabulary in administrator tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313780#M781</link>
      <description>&lt;P&gt;unfortunately, this solution works for me but it is not suitable for my case, so I'm looking for a way to delete and rename the default vocabularies listed in the dropdown on the Administrator page. Is it possible?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 06:10:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/override-default-vocabulary-in-administrator-tab/m-p/313780#M781</guid>
      <dc:creator>Rawan_Alharbi</dc:creator>
      <dc:date>2020-12-02T06:10:40Z</dc:date>
    </item>
  </channel>
</rss>

