Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-3527

Content digest : it does not find my common tag when I select several websites but it find it when I select each website individually.

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Major Major
    • 3.4
    • None
    • Services
    • None
    • FF12

      I create 4 websites :

      • Demo
      • Demo2
        -> Demo 3
        -> Demo 4

      I create a common tag in each website, and I assign this tag to some contents.

      Then I insert a content digest on my website demo. It does not find my common tag when I select several websites but it find it when I select each website individually.

          [CMS-3527] Content digest : it does not find my common tag when I select several websites but it find it when I select each website individually.

          Laurence Aumeunier added a comment - - edited

          Common tags are only those defined on a plugin.xml file :

          <extension point="org.ametys.web.tags.TagProviderExtensionPoint"
                      id="org.ametys.modules.tags.SampleTagProvider"
                      class="org.ametys.web.tags.StaticTagProvider">
                 <label i18n="false">Statiques</label>
                 <description i18n="false">Ceci est une exemple de provider statique pouvant être défini dans une fichier 'plugin.xml'.</description>
                 <category id="MA_CATEGORY_1">
                      <label i18n="false">Ma catégorie 1</label>
                      <description i18n="false">Description de ma catégorie</description>
                      <tag id="TAG_1" target="CONTENT">
                           <label i18n="false">Tag 1</label>
                       <description i18n="false">Description du tag 1</description>
                      </tag>
                     <tag id="TAG_2" target="CONTENT">
                           <label i18n="false">Tag 2</label>
                       <description i18n="false">Description du tag 2</description>
                     </tag>
                 </category>
           </extension>
          

          Laurence Aumeunier added a comment - - edited Common tags are only those defined on a plugin.xml file : <extension point= "org.ametys.web.tags.TagProviderExtensionPoint" id= "org.ametys.modules.tags.SampleTagProvider" class= "org.ametys.web.tags.StaticTagProvider" > <label i18n= "false" > Statiques </label> <description i18n= "false" > Ceci est une exemple de provider statique pouvant être défini dans une fichier 'plugin.xml' . </description> <category id= "MA_CATEGORY_1" > <label i18n= "false" > Ma catégorie 1 </label> <description i18n= "false" > Description de ma catégorie </description> <tag id= "TAG_1" target= "CONTENT" > <label i18n= "false" > Tag 1 </label> <description i18n= "false" > Description du tag 1 </description> </tag> <tag id= "TAG_2" target= "CONTENT" > <label i18n= "false" > Tag 2 </label> <description i18n= "false" > Description du tag 2 </description> </tag> </category> </extension>

          Laure Lopez added a comment -

          I created a tag "perso" in all of my sites. This tag "perso" is my common tag.

          Laure Lopez added a comment - I created a tag "perso" in all of my sites. This tag "perso" is my common tag.

          What do you call "common tags" ? The tags shared between sites are only the static tags defined in plugin.xml file.

          Laurence Aumeunier added a comment - What do you call "common tags" ? The tags shared between sites are only the static tags defined in plugin.xml file.

            Unassigned Unassigned
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: