cds-snc / platform-forms-client

NextJS application that serves the public-facing website for Forms
https://forms-staging.cdssandbox.xyz/
MIT License
31 stars 12 forks source link

Logic panel: Direct link to the panel doesn't load the chart #3817

Closed samsadasivan closed 1 week ago

samsadasivan commented 2 weeks ago

"Direct navigation If you navigate directly to the logic page (i.e. /form-builder/{form_id}/edit/logic or by reloading the page), the flowchart doesn't load"

Participant 1 (English flow) form file in slack

timarney commented 2 weeks ago

I have narrowed this down to our Content security policy blocking something when this page is loaded directly.

Not sure how to solve yet .

timarney commented 2 weeks ago

Fixed : https://github.com/cds-snc/platform-forms-client/pull/3852

timarney commented 2 weeks ago

Merged a fix for this.

samsadasivan commented 1 week ago

Tested. Works! Closing issue