Missing plugins in frequency

Created on 27 September 2024, 3 months ago

Problem/Motivation

After investigating I found that the move from message_digest_ui/message_digest_ui.module to message_digest.module of message_digest_allowed_values_callback was done without importing the DigestInterface. This causes the validity of the notifier plugin to fail and thus the daily, weekly and email plugins are not loaded into the select.

Steps to reproduce

Open message_digest.module, `use Drupal\message_digest\Plugin\Notifier\DigestInterface;` should be present but is not.

Proposed resolution

alter MessageDigestIntervalFormTest to cover existing plugins and add `use Drupal\message_digest\Plugin\Notifier\DigestInterface;` to the .module

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇷🇴Romania Andras_Szilagyi

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