Problem/Motivation

When try to access the lists page, Getting this error
Drupal\Core\Config\ImmutableConfigException: Can not set values on immutable configuration mailjet.settings:APItoken. Use \Drupal\Core\Config\ConfigFactoryInterface::getEditable() to retrieve a mutable configuration object in Drupal\Core\Config\ImmutableConfig->set() (line 27 of /var/web/vd23262/app/releases/147/web/core/lib/Drupal/Core/Config/ImmutableConfig.php).

Steps to reproduce

Enable mailjet and mailjet_lists module and try to access
/admin/config/system/mailjet/mailjet-panel/list

Proposed resolution

Use \Drupal\Core\Config\ConfigFactoryInterface::getEditable() to retrieve a mutable configuration object

Issue fork mailjet-3535998

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

hmdnawaz created an issue. See original summary.

hmdnawaz’s picture

patch from the MR

hmdnawaz’s picture

Status: Active » Needs review