πŸ‡³πŸ‡±Netherlands @deneus18

Account created on 31 March 2017, about 8 years ago
#

Merge Requests

More

Recent comments

πŸ‡³πŸ‡±Netherlands deneus18

This has been fixed with Drupal 10.4.

if (!empty($invalid_permissions)) {
      \Drupal::logger('user')->error('Non-existent permission(s) assigned to role "@label" (@id) were removed. Invalid permission(s): @permissions.', [
        '@label' => $this->label(),
        '@id' => $this->id(),
        '@permissions' => implode(', ', $invalid_permissions),
      ]);
      $this->permissions = $valid_permissions;
    }
πŸ‡³πŸ‡±Netherlands deneus18

There is MR35 to fix the last usage of ${var

πŸ‡³πŸ‡±Netherlands deneus18

Your PR does not include the faulty config that may already be installed, therefore this goes back to needs work.

πŸ‡³πŸ‡±Netherlands deneus18

I thought that the assertion should still be first, but I can be wrong.

πŸ‡³πŸ‡±Netherlands deneus18

MR #244
patch applied in branch 2.6.x and import cleaned up.

πŸ‡³πŸ‡±Netherlands deneus18

MR #244
patch applied in branch 2.6.x and import cleaned up.

πŸ‡³πŸ‡±Netherlands deneus18

MR #243
Application of the patch and clean up import.

πŸ‡³πŸ‡±Netherlands deneus18

MR #242
Solution from 2.6.x branch.

πŸ‡³πŸ‡±Netherlands deneus18

MR #241
Solution from 2.6.x branch.

πŸ‡³πŸ‡±Netherlands deneus18

I applied the MR!16 patch over taxonomy_manager 2.0.8 and it fixes the problem for me.

πŸ‡³πŸ‡±Netherlands deneus18

In my case when I add the link button to CKEditor then the editor is not displayed.
After adding #16 everything seems to work as expected.

Production build 0.71.5 2024