V15: Save the variant before scheduling#18344
Merged
iOvergaard merged 22 commits intov15/devfrom Feb 17, 2025
Merged
Conversation
# Conflicts: # src/Umbraco.Web.UI.Client/src/libs/localization-api/localization.controller.test.ts # src/Umbraco.Web.UI.Client/src/libs/localization-api/localization.controller.ts
leekelleher
approved these changes
Feb 17, 2025
Member
leekelleher
left a comment
There was a problem hiding this comment.
Tested out, functionality is works as expected, all good.
I agree the localizations for the various scenarios are odd. I suspect we need to do a general review & tidy-up of the messaging.
But let's merge this in, as feature wise it's an improvement (and feature parity). 🚀
This was referenced Sep 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes AB#49138
Fixes AB#49144
To bring feature parity from V13 to V15, this feature allows the workspace to save the latest version of the document before scheduling. This also means that we will now be running validation before scheduling:
2025-02-14.at.16.03.09.-.Coral.Salamander.mp4
Another change is that each calling function is now responsible for showing the appropriate notifications. This brings about a bit of duplication but allows for much more fine-grained control of what to show to the user.
The V13 Backoffice had some interesting speech bubbles when publishing with a lot of information within. I have tried (for now) to reuse the same texts, but I am not convinced this gives the best experience to the user, but let me know what you think.
Lastly, started using variables for bulk publishing again, where it shows how many documents and languages were published:
2 documents and 2 languages

Caveat