From 72c9fc3e38971843d1185d415d1de0dbf841c6fc Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Thu, 9 Nov 2017 11:56:09 +0200 Subject: [PATCH] Issue #2922107: Updated the patch for [Custom Permissions] module on the issue of When [content_translation, config_translate] module are enabled, And enabled [Custom Permissions], Then we will get Route "custom_perms_select_list_form" does not exist --- composer.json | 2 +- drupal-org.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4d0b6f1f..afb938fa 100644 --- a/composer.json +++ b/composer.json @@ -288,7 +288,7 @@ }, "drupal/config_perms": { "Issue #2877329: When [content_translation, config_translate] module is enabled, And enabled [Custom Permissions], Then we will get Route custom_perms_select_list_form does not exist": - "https://www.drupal.org/files/issues/config_perms-added_missing_edit_route-2877329-11.patch" + "https://www.drupal.org/files/issues/2877329-16.patch" }, "drupal/username_enumeration_prevention": { "Issue #2871931: hook_requirements error on install phase": diff --git a/drupal-org.make b/drupal-org.make index 49d7aad6..a49b6338 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -180,7 +180,7 @@ projects[userprotect][version] = 1.0 projects[config_perms][type] = module projects[config_perms][version] = 1.1 ;; Issue #2877329: When [content_translation, config_translate] module is enabled, And enabled [Custom Permissions], Then we will get Route custom_perms_select_list_form does not exist -projects[config_perms][patch][] = https://www.drupal.org/files/issues/config_perms-added_missing_edit_route-2877329-11.patch +projects[config_perms][patch][] = https://www.drupal.org/files/issues/2877329-16.patch projects[roleassign][type] = module projects[roleassign][version] = 1.0-alpha2 -- GitLab