-
Notifications
You must be signed in to change notification settings - Fork 642
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
Frontend debug toolbar doesn't display for entries that use checkbox fields #3034
Comments
I've had it pointed out to me that this might not be caused by the checkbox field itself, but rather the This is the code that when commented out, leads to the debug toolbar being shown:
|
I've had the exact same behaviour happen to me. For me it was when using the |
Can you guys inspect the raw page source (not just the "Elements" tab in Chrome), and run it through https://validator.w3.org/#validate_by_input to ensure it’s valid? |
@brandonkelly the HTML is valid. The error can be replicated by viewing the request url directly:
If I replace the |
Can you send the serialized data for one of the requests that isn’t working? (You can find the data in storage/runtime/debug/) [email protected] |
@brandonkelly done! |
Thanks @lukeyouell! Got this fixed for the next release. |
Description
The debug toolbar fails to load on the frontend if the entry displays checkbox field values.
I use these in the
<head>
of my templates, which means that the toolbar fails to load on every page.The error looks to be associated with the
tag
query parameter value.Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: