mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user