Reviewed & tested by the community
Project:
Context
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 May 2024 at 01:12 UTC
Updated:
7 Apr 2026 at 16:29 UTC
Jump to comment: Most recent
Comments
Comment #2
nfabing commentedComment #3
nfabing commentedHi
This issue happens when adding a new "Page template suggestions" or "Page title" and only if the form was not saved afterward.
I added the missing default configuration for the related plugins to fix the issue.
I've created a new MR. Rdy for review
Comment #7
aimadbachar commentedHi
I have tested the MR !60
It works fine for me, there are no more errors
Drupal Core: 10.3.5
PHP: 8.3.12
Comment #8
benstallings commentedafter rebasing on 5.x, Claude Code says,
Both changes are correct, follow the same pattern used by other reaction plugins (e.g. BodyClass), and prevent undefined index errors when the reactions are added to a context but not yet configured.
No issues. Good to merge.