-
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
v15.3.0-rc2 Can't publish content with first attempt #18735
Comments
Hi there @PeterKvayt! 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 🤖 🙂 |
@AndyButland |
Thanks @PeterKvayt - I can reproduce. Not sure what's going on but I can see when I debug that the server is returning an "it's valid" response. On the client in I can see in
... that there are two validation contexts for the first case that fails, and then only one after you reload the item and successfully save and publish a second time. I'll share this with the team so we can get it fixed. |
* fix multiple text string validation * notify about messages * cherry picked fix * protection again unnecessary calls * json path cherry pick + tests * validation message change lock * cherry pick from control lifecycle * optimization * propagate errors * cherry picked sync * query umb-input-multiple-text-string * remove unused import * remove optional chain expression * use ! * outcomment the error handling * outcomment more promise rejection error * Fixed issue with multi URL picker. * remove unesecary warning --------- Co-authored-by: Andy Butland <[email protected]>
Fixed via #18735 and due in 15.3. |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.3.0-rc2
Bug summary
Unable to publish content using block list while clicking "Save and publish" for first time. Next time it works like a charm.
Specifics
No response
Steps to reproduce
Expected result / actual result
Actual: An error notification occurred "Document could not be published, but we saved it for you" for a first attempt, the next attempts will succeed.
Expected: There is no error "Document could not be published, but we saved it for you " for first "Save and publish attempt".
The text was updated successfully, but these errors were encountered: