Projet

General

Profil

designer-share-config.xml document library section taking precedence over share-config-custom.xml

Ajouté par Brian Phelps il y a plus de 10 ans

After installing I found that all my custom aspects etc were no longer available in share's add aspect action. The work around was to change the designer-share-config.xml file to read
<config evaluator="string-compare" condition="DocumentLibrary" replace="false">

instead of the original
<config evaluator="string-compare" condition="DocumentLibrary" replace="true">

is there a better way to do this?


Réponses (1)

RE: designer-share-config.xml document library section taking precedence over share-config-custom.xml - Ajouté par Matthieu Laborie il y a plus de 10 ans

Hi,

Your work around seems fine. Maybe you will have to merge both sections.
Another way to do this is to have your own file included designer aspect and types loaded after in spring context.

Regards
Matthieu

    (1-1/1)