Browse Source

remove previous attempt with emitting a separate versioning event

pull/733/head
Eli Zoller 6 years ago
parent
commit
12e08a59b1
  1. 15
      modules/islandora_core_feature/config/install/system.action.create_node_version_in_fedora.yml
  2. 1
      src/EventGenerator/EmitEvent.php

15
modules/islandora_core_feature/config/install/system.action.create_node_version_in_fedora.yml

@ -1,15 +0,0 @@
langcode: en
status: true
dependencies:
enforced:
module:
- islandora_core_feature
module:
- islandora
id: create_node_version_in_fedora
label: 'Create Node Version in Fedora'
type: node
plugin: emit_node_event
configuration:
queue: islandora-indexing-fcrepo-content
event: Version

1
src/EventGenerator/EmitEvent.php

@ -207,7 +207,6 @@ abstract class EmitEvent extends ConfigurableActionBase implements ContainerFact
'#description' => t('Type of event to emit'),
'#options' => [
'Create' => t('Create'),
'Version' => t('Version'),
'Update' => t('Update'),
'Delete' => t('Delete'),
'Generate Derivative' => t('Generate Derivative'),

Loading…
Cancel
Save