Incorrect config dependency in shipped action configuration

Created on 8 May 2024, 8 months ago

Problem/Motivation

The shipped email_registration_update_username action contains the following config dependencies:

dependencies:
  module:
    - user
  enforced:
    module:
      - email_registration

This is not correct, as the only config dependency of actions is defined by their plugin provider, which in this case is email_registration and not user. That also makes the enforced config dependency obsolete.

Steps to reproduce

Proposed resolution

Change the dependencies to be:

dependencies:
  module:
    - email_registration

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇩🇪Germany tstoeckler Essen, Germany

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024