Hi
After exporting Drupal configuration, I can't import this configuration because of this error :
The import failed due to the following reasons:
Configuration logut_redirect_config.settings depends on the logut_redirect_config extension that will not be installed after import.
Looking at the code of the module, I found this spelling mistake and I think that is what causes the error :
- logout_redirect.module (line 16)
$config = \Drupal::service('config.factory')->getEditable('logut_redirect_config.settings');
Can someone fix this?
Thanks.
It is not a spam :)
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | interdiff_6-8.txt | 732 bytes | rahulrasgon |
| #8 | 3107832-8.patch | 2.94 KB | rahulrasgon |
| #6 | 3107832-6.patch | 2.14 KB | omkar_yewale |
Issue fork logout_redirect-3107832
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
Comment #2
superkhalilooWhy is this "Detected as spam" ??
Comment #3
superkhalilooComment #4
gisleSee #2994786: Mitigate the effect of Akismet unpublishing legitimate posts.
I've re-published it.
Comment #5
omkar_yewale commentedComment #6
omkar_yewale commentedAfter Applying patch, uninstall module and install again.
Comment #7
nicxvan commentedThis rename works.
Comment #8
rahulrasgon commentedPatch attached with the hook update to rename the config name and to remove the older config from the system. No need to uninstall module and install again.
Please review.
Comment #10
hardik_patel_12 commentedAppreciate everyone's efforts – the problem has been resolved in the 8.x-1.x and 2.x.0 branch.