- Statut changé de In progress... à Resolved
- % réalisé changé de 0 à 100
Traité par les pull request :
Différents paramètres ont été ajoutés au fichier org/silverpeas/importExport/settings/importSettings.properties afin de pouvoir personnaliser le comportement de Silverpeas vis à vis de la fusion des publications, de l'utilisation des propriétés des documents importés et du nom de la publication créée lors des imports (import XML, import manuel ou glisser/déposer) :
# Case of import made by an XML file
# Existing publication with same name will be checked before creating publication
# If a publication with same name already exists and below parameter is set to true
# then existing publication will be updated
xml.publication.merge = true
# Case of import made by uploading files (classic)
# Properties of file are used to generate name of publication
manual.publication.usePOI = true
# Existing publication with same name will be checked before creating publication
# If a publication with same name already exists and below parameter is set to true
# then existing publication will be updated
manual.publication.merge = false
# Case of import made by uploading files (drag and drop)
# Properties of file are used to generate name of publication
dnd.publication.usePOI = true
# Existing publication with same name will be checked before creating publication
# If a publication with same name already exists and below parameter is set to true
# then existing publication will be updated
dnd.publication.merge = false
# When a publication is created and its name is derived from the name of the file
# extension is not part of the publication name
publication.name.with.extension = false