Remove the consumer submissionconfig from default configuration because it is not needed to reload forms if a collection entitytype is changed

This commit is contained in:
Toni Prieto
2024-04-15 06:06:40 +02:00
parent b7189006bc
commit cb171c74eb

View File

@@ -780,7 +780,7 @@ event.dispatcher.default.class = org.dspace.event.BasicDispatcher
# Add rdf here, if you are using dspace-rdf to export your repository content as RDF.
# Add iiif here, if you are using dspace-iiif.
# Add orcidqueue here, if the integration with ORCID is configured and wish to enable the synchronization queue functionality
event.dispatcher.default.consumers = versioning, discovery, eperson, submissionconfig, qaeventsdelete, ldnmessage
event.dispatcher.default.consumers = versioning, discovery, eperson, qaeventsdelete, ldnmessage
# The noindex dispatcher will not create search or browse indexes (useful for batch item imports)
event.dispatcher.noindex.class = org.dspace.event.BasicDispatcher