-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMS 5.3.0-beta1 regression: "Failed to load link" with anchor links #333
Comments
Can reproduce this - though some of the steps are a bit odd (why does it say "update link" in the instructions when you haven't even created it, for example?) |
Frustratingly cannot reproduce this locally. |
I suspect it is a result of this: The correct URL is https://cmstestm-prod.sites.silverstripe.com/admin/linkfield/data?itemIDs[]=95 (which it does eventually try) but for some reason the ID is split into two for the first request (https://cmstestm-prod.sites.silverstripe.com/admin/linkfield/data?itemIDs[]=9&itemIDs[]=5) I'll try reproducing locally with IDs in the double digits. |
Can reproduce locally now - getting the exact same split ID problem when running in my local with double-digit IDs. |
Linked PR merged |
When adding a link to a "page on the site" with
silverstripe/linkfield
inside an elemental block, we get this error when publishing (unclear if it's publishing the page or the block)Note that the correct link displays after refreshing the page.
Steps to reproduce
Note this assumes you have
silverstripe/frameworktest
installed, along with the rest of kitchen sink.PRs
The text was updated successfully, but these errors were encountered: