Hello everybody.
We are migrating our dspace 7.5 to 8.
We want to simplify our item.submission.xml. We currently have 385 collections spread across 88 communities and subcommunities.
Currently, we use the below way to map the form of each collection:
<name-map collection-handle="11549/40" submission-name="adm_atos"/>We currently have 14 different form types (18 submission-name).
I saw that, in version 8 of dspace, we can map the collection submission form based on the collection-entity-type attribute, as in the example below:
<name-map collection-entity-type="Publication" submission-name="Publication"/>This would greatly reduce the size of my item.submission.xml, as well as a considerable performance gain. I would define 18 entity types.
My question is: where do I change the collection-entity-type of the collection? I want to set this attribute for my 385 collections and then change my item.submission.xml.
Aroldo