Skip to content

Events on Subjects not working #257

@c-schwan

Description

@c-schwan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions