πΏπ¦South Africa janehollander
Adding cookie_samesite: none
to services.yml
under session.storage.options:
worked for me.
parameters:
session.storage.options:
...
cookie_samesite: none
π | Seeds Toolbar (NEW Drupal Administration Toolbar) | Clicking on extra added toolbar tabs produces JS error
πΏπ¦South Africa janehollander
Here's a simple patch to suppress the error - I'm not sure if the `seedActiveToolBar` session storage needs to be set here for these kinds of menu links - but so far I haven't had any side-effects.
πΏπ¦South Africa janehollander
Patch to correct this.
πΏπ¦South Africa janehollander
janehollander β created an issue.