Closed (fixed)
Project:
Drupal Canvas
Version:
1.x-dev
Component:
AI
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Sep 2025 at 06:07 UTC
Updated:
22 Sep 2025 at 10:29 UTC
Jump to comment: Most recent

Comments
Comment #3
narendrarComment #4
akhil babuThis is now ready for review. I have also removed the use of
navigatefrom operations handler as user was getting redirected form the page once components were placedComment #5
narendrarChanges looks good to me.
Re #4, This
navigatewas added in #3537739: XB AI: The selected component context should not be passed after page creation task. to fix context related issue.We should try to updatenavigate('/editor')to maybe just reload the page, once all operations are performed.We should navigate to editor page after all operations are performed.
Something like
navigate(`/editor/${entityType}/${entityId}`);Comment #6
akhil babuThanks @narendrar. I have added it
Comment #7
narendrarMoving it to RTBC.
Comment #8
marcus_johansson commentedCan also verify that I have manually tested this together with #3533079: Introduce AI Agents and tools to create entire page templates using available component entities and it fixes the issue.
Comment #10
jessebaker commented