running 'composer update -v' gives the following information on the patch
- Applying patches for drupal/block_permissions
https://www.drupal.org/files/issues/2024-03-16/block_permissions.8.x-1.3... β
(Automated Drupal 11 patch)
patch '-p1' --no-backup-if-mismatch -d 'docroot/modules/contrib/block_permissions' < '/var/folders/db/hnhdy3n905b13xkdvfthbjp00000gp/T/6733750fe1540.patch'
patching file block_permissions.info.yml
1 out of 1 hunks failed--saving rejects to block_permissions.info.yml.rej
patch '-p0' --no-backup-if-mismatch -d 'docroot/modules/contrib/block_permissions' < '/var/folders/db/hnhdy3n905b13xkdvfthbjp00000gp/T/6733750fe1540.patch'
File to patch:
block_permissions.info.yml
patching file block_permissions.info.yml
1 out of 1 hunks failed--saving rejects to block_permissions.info.yml.rej
patch '-p2' --no-backup-if-mismatch -d 'docroot/modules/contrib/block_permissions' < '/var/folders/db/hnhdy3n905b13xkdvfthbjp00000gp/T/6733750fe1540.patch'
patching file block_permissions.info.yml
1 out of 1 hunks failed--saving rejects to block_permissions.info.yml.rej
patch '-p4' --no-backup-if-mismatch -d 'docroot/modules/contrib/block_permissions' < '/var/folders/db/hnhdy3n905b13xkdvfthbjp00000gp/T/6733750fe1540.patch'
patching file block_permissions.info.yml
1 out of 1 hunks failed--saving rejects to block_permissions.info.yml.rej
Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2024-03-16/block_permissions.8.x-1.3... β
My attempts to apply the patch to a D10 site (prior to the upgrade to D11) results in "Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2024-03-16/block_permissions.8.x-1.3... β "
But it did remove those roles that used the permissions, except for the default Administrator during my tests.
So its a totally manual process - no way to export/import from one module to another. I was hoping for an easier way.
judyakers β created an issue.
There are custom user roles that were created for my website that have values set in admin/people/permissions/module/block_content_permissions . When I uninstall and remove it, those permissions go away.
Is there a way to port those configuration values to block_contents for those custom users?
I found that if I Remove this patch from Composer.json
"drupal/calendar": {
"#3396700: Creation of dynamic properties is deprecated": "
https://www.drupal.org/files/issues/2023-10-26/calendar-dynamic-properti β
..."
}
The error goes away.
I found that if I Remove this patch from Composer.json
"drupal/calendar": {
"#3396700: Creation of dynamic properties is deprecated": "
https://www.drupal.org/files/issues/2023-10-26/calendar-dynamic-properti β
..."
}
The error goes away.
I found that if I Remove this patch from Composer.json
"drupal/calendar": {
"#3396700: Creation of dynamic properties is deprecated": "
https://www.drupal.org/files/issues/2023-10-26/calendar-dynamic-properti β
..."
}
The error goes away.
I found that if I Remove this patch from Composer.json
"drupal/calendar": {
"#3396700: Creation of dynamic properties is deprecated": "
https://www.drupal.org/files/issues/2023-10-26/calendar-dynamic-properti... β
"
}
The error goes away.
@cilefen - Thank you for the update. I was not aware of this change. So this can be closed.
JudyAkers β created an issue.
JudyAkers β made their first commit to this issueβs fork.