Skip to content

Events on Subjects not working #257

Description

@christian-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 ); }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions