-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Server validation stops working when a Property (with a Block Grid editor) has Vary By Culture enabled #17753
Comments
Hi there @AleksandrRogov! 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 @AleksandrRogov , it seems to be fixed on v15.1.0-rc, please check the video below, Feel free to reopen if you can reproduce it |
@NguyenThuyLan Still does not work in v15.1.0-rc2. The Block Grid should have "Vary by Culture" enabled, not just the content item that hosts the Block Grid (I mentioned that in the repro steps). Also, it does not look like I can re-open issues, please re-open it for me. Thank you. |
Oh, sorry @AleksandrRogov , I will check it again |
Hi @AleksandrRogov , I think the issue #17764 could related to your issue, something is wrong with the custom validation. Umbraco.-.Google.Chrome.2024-12-11.12-03-40.mp4Btw, I couldn't publish the content as the video above, but there still be a bug with the custom validation here |
@NguyenThuyLan I assume, you could not publish the content item is because you had a custom validation on a block editor property ("Body") in your document type. (The screenshot is from your video) |
Thanks for reporting this @AleksandrRogov 💯 This seems to affect all block editors. PR to fix in #18438 |
Fixed in #18438 for 15.3 👍 |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.0.0
Bug summary
When "Vary by Culture" is enabled in a property with a Block Grid editor, server validation always returns "Valid" (200) result.
Specifics
Here's a page with a block grid that has a block with property that has a regular expression validation. If it's not valid it displays an error message. But it only works when the "Body" does not have "Vary By Culture" enabled:
Steps to reproduce
Expected result / actual result
Validation message should be shown when the property valid is invalid when the Block Grid property has "Vary by Culture" enabled / Validation does not get executed properly and always returns "Valid" result, even though the property value is invalid.
This item has been added to our backlog AB#49565
The text was updated successfully, but these errors were encountered: