- Issue created by @codebymikey
- @codebymikey opened merge request.
- Status changed to Needs review
over 1 year ago 1:21pm 17 July 2023 - Status changed to RTBC
about 1 year ago 8:55pm 8 September 2023 - πΊπΈUnited States AaronBauman Philadelphia
RTBC +1
Patch working for me, thank you! - π©πͺGermany e5sego
Patch from #3 worked like a charm and erstored my site from beeing broken by the D10 upgrade.
- π¬π§United Kingdom Rob230
I'm getting that error in the update hook that comes with 5.x (the D10 version of the module):
> [notice] Update started: context_update_8004
> [error] The "node_type" plugin does not exist. Valid plugin IDs for Drupal\Core\Condition\ConditionManager are: condition_group, config_pages_values_access, user_status, ... entity_bundle:paragraph
> [error] Update failed: context_update_8004
[error] Update aborted by: context_update_8004
[error] Finished performing updates.Therefore, the post_update hook in patch #3 cannot ever run.
I've used the patch on D9.5 and used that as an intermediate deployment step before upgrading to D10 and context 5.x.
So should this be issue be for context 8.x-4.x so that it can run before D10? The change record is for Drupal 9.3.
- π¬π§United Kingdom Rob230
Oh that upgrade hook might have also been blocked by a block config which doesn't get updated by the patch. So I've changed that block config first and now it runs.