cancel
Showing results for 
Search instead for 
Did you mean: 

customproperties overwrite-out-of-the-box-properties

thk
Champ on-the-rise
Champ on-the-rise
Hi,
I defined some custom properties lie in the tutorial in the official documentation and the if I got to "Edit Properties" the Tags are not shown any more although I added the classifiable-aspect also no categories any more. It seems that my model doesn`t extent but overwrite the out of the box properties.
I tried to add the out-of-the-box-properties cm:taggable and cm:categories in share-config-custom.xml manually:
   
<config evaluator="model-type" condition="my:whitepaper">
      <forms>
         <form>
            <field-visibility>
               <show id="cm:name" />
               <show id="cm:title" force="true" />
               <show id="cm:description" force="true" />               
               <show id="my:fecha" />
               <show id="my:lugar" />
               <show id="my:actividades" />
               <show id="my:objetivos" />
               <show id="my:resultados" />
               <show id="cm:taggable" />
               <show id="cm:categories" />
            </field-visibility>
         </form>

      </forms>
   </config>


For cm:categories it works fine but for cm:taggable it`s ab it strange. The tags already added and the Button "Tags" are displayed correctly but if I press the "Tags"-Button the window with the categories and not the tags is opened.
The definition in content.model below shows that cm:taggable actually use d:category.
          
<property name="cm:taggable">
               <title>Tags</title>
               <type>d:category</type>
               <mandatory>false</mandatory>
               <multiple>true</multiple>
               <index enabled="true">
                  <atomic>true</atomic>
                  <stored>true</stored>
                  <tokenised>false</tokenised>
               </index>
            </property>
        
How can I add the correct Tags-Display again?
Thanks for help!
2 REPLIES 2

vfbsilva
Champ in-the-making
Champ in-the-making
Ive gotten the same issue here, same alfresco version. Running on  CentOS release 6.5 (Final).

lucasalberto
Champ in-the-making
Champ in-the-making
Mee too.
Is there a solution?