- Issue created by @dieterholvoet
- Open on Drupal.org βEnvironment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - @dieterholvoet opened merge request.
- last update
about 1 year ago 30,168 pass - Status changed to Needs review
about 1 year ago 2:27pm 22 September 2023 - Status changed to Needs work
about 1 year ago 4:41pm 24 September 2023 - πΊπΈUnited States smustgrave
Think we will need a test case to show the issue also
When trying this patch in conjunction with #3389161 - Not all attributes are used when considering an asset as unique π Not all attributes are used when considering an asset as unique Needs review , the JS error disappears but it looks like it's interfering with other append commands.
In my case, in a site running Drupal 10.1.0, I have a Webform with: saving submissions disabled, Ajax enabled and confirmation Inline (reloads the current page and replaces the webform with the confirmation message). When I submit that form while critical_css is enabled (after patches attached), it doesn't replace the webform anymore. The exact response with commands for the POST is in the image.
I could not determine if the problem is on the code of one of the modules or the changes in Ajax from D9.5 to D10.