-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Listeners on Subjects level are not recognized.
"listeners": [ { "subject.artefact.header.row.process.start": [ "import.listener.validate.header.row" ] } ]
Please take a look in AbstractSubject where the EventName is generated.
protected function getEventName($eventName) { return sprintf( '%s.%s.%s.%s', $this->getConfiguration()->getPluginConfiguration()->getOperationConfiguration()->getName(), $this->getConfiguration()->getPluginConfiguration()->getId(), $this->getConfiguration()->getId(), $eventName ); }
Metadata
Metadata
Assignees
Labels
No labels