Projet

General

Profil

Aspects missing alfter install [Solved]

Ajouté par Jaume Castellvi il y a plus de 11 ans

Hi, after install BeCPG module designer gone the other aspects that had to Alfresco Share. Only the: Editable Model and Editable Configuration.


Réponses (1)

RE: Aspects missing alfter install - Ajouté par Matthieu Laborie il y a plus de 11 ans

Hi,

I can reproduce it. I have open a ticket #213. I will resolve it for next release.

You can add your own share-config-custom.xml with :

    <config evaluator="string-compare" condition="DocumentLibrary" replace="true">
        <aspects>
            <visible>
                <aspect name="cm:generalclassifiable" />
            <aspect name="cm:complianceable" />
            <aspect name="cm:dublincore" />
            <aspect name="cm:effectivity" />
            <aspect name="cm:summarizable" />
            <aspect name="cm:versionable" />
            <aspect name="cm:templatable" />
            <aspect name="cm:emailed" />
            <aspect name="emailserver:aliasable" />
            <aspect name="cm:taggable" />
            <aspect name="app:inlineeditable" />
            <aspect name="gd:googleEditable" />
            <aspect name="cm:geographic" />
            <aspect name="exif:exif" />
            <!-- designer -->
            <aspect name="dsg:modelAspect" />
                <aspect name="dsg:configAspect" />
            </visible>

            <!-- Aspects that a user can add. Same as "visible" if left empty -->
            <addable>
            </addable>

            <!-- Aspects that a user can remove. Same as "visible" if left empty -->
            <removeable>
            </removeable>
        </aspects>

        <types>
            <type name="cm:content">
                 <!-- designer -->
                <subtype name="dsg:config" />
                <subtype name="cm:dictionaryModel" />
            </type>

         <type name="cm:folder">
         </type>
        </types>
  </config>

To patch it

Regards Matthieu

    (1-1/1)