-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
v14-rc1 - setting tags datatypes Storage Type to Csv or Json, causes content page to not load or not save #16084
Comments
Hi there @KevinJump! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Hi there @KevinJump 👋 Thanks for reaching out! I can indeed reproduce this, we will have a look 🙂 |
The error in the logs that you posted here seems to be a wrong copy/paste from another issue 😜 Here is the error we get in the logs for this issue:
|
I had a niggly feeling this was a frontend bug, so looked into it and it is. Its to do with the dropdown list used for the I'll fix this on the frontend repo and cross-link the PR for reference. |
Cross-linking to PR for frontend fix: umbraco/Umbraco.CMS.Backoffice#1680 |
PR: umbraco/Umbraco.CMS.Backoffice#1680 has been merged in and will be part of upcoming v14.0.0-rc2. |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
v14-rc1
Bug summary
Settings the "Storage Type" value of the Tags datatype causes JSON errors either on load or on Save of a content page (it depends if you have already created the page or not).
Specifics
It looks like the functionality works if you don't change the 'storage type' setting because the default is a not set value, but once the value is set it breaks.
Steps to reproduce
Create a Tags data type.
Save it
Change the storage type to Csv
Save It
Change it back to Json
Save it.
Create or view an existing page that uses a document type with the Tag data type on it.,
Page will either fail to load with the error:
or when you save the page will hand, and the error below will be in the logs
Expected result / actual result
No response
The text was updated successfully, but these errors were encountered: