- π§πͺBelgium vintimpe
I tried changing PrivateTempStore in Core
$session->set('core.tempstore.private.owner', Crypt::randomBytesBase64(2));
and it works for anonymous, apparently the session default length is too long to be saved as a key.
I also changed the destination to public by default in VboExportBase for anonymous users.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Reported as a core issue.
- Status changed to Needs review
almost 2 years ago 6:47pm 29 June 2023 - last update
almost 2 years ago Patch Failed to Apply - π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Patch to fix it within this module.
- last update
almost 2 years ago 1 pass - π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Patch to fix it within this module.
- πΊπ¦Ukraine AstonVictor
astonvictor β changed the visibility of the branch 3257067-anonymous-user-error to hidden.
- πΊπ¦Ukraine AstonVictor
astonvictor β changed the visibility of the branch 3257067-fixing-max-length-name to hidden.
- πΊπ¦Ukraine AstonVictor
Hi there,
I was able to reproduce the issue as an admin by using a long view id / display name, e.g. 60 chars.
The MR works for me.