Hi,

Message Digest is causing error in Views bulk operations. The error is

[:error] [pid 6431] [client 10.20.4.216:54868] Uncaught PHP Exception Drupal\\Core\\Config\\ConfigValueException: "message_digest_interval:email_node.immediate key contains a dot which is not supported." at /opt/web/core/lib/Drupal/Core/Config/ConfigBase.php line 211

CommentFileSizeAuthor
#3 2987822-03.patch8.64 KBjhedstrom
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sumithb created an issue. See original summary.

mayilks’s picture

I am facing an issue, when i use "User VBO(views bulk operation)" to update the notification interval by Message Digest UI module.
When I debug the __construct() which return NULL for line $this->flag = $this->flagService->getFlagById($configuration['flag_id']);
(message_digest/message_digest_ui/src/Plugin/Action/DigestInterval.php Line number 58)
Can you help on this

Thanks in advance...

jhedstrom’s picture

Status: Active » Needs review
FileSize
8.64 KB

This won't address the issue in #2 (but that is duplicated in #3081564: $this->flag pass NULL anyway.) It should address the VBO issue in the summary though.

  • jhedstrom committed 7788f2b on 8.x-1.x
    Issue #2987822 by jhedstrom: Message Digest is causing error in Views...
jhedstrom’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.