-
Notifications
You must be signed in to change notification settings - Fork 2.8k
"publish with descendants" action not publishing descendants #13739
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
Comments
Hi there @shearer3000! 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 🤖 🙂 |
Hey @shearer3000, I cannot reproduce this, they published fine for me 😅 |
I have the same issue on v10.6.1 |
@lesley-w Could you come up with a few steps from a clean install (Just with no custom code) |
@Zeegaan If a page is already published and hasn't been edited, then it won't publish it again:
In our situation, we are wanting to republish all the descendants, even though they haven't been edited, so that the migrated data is visible on the upgraded website. Should PublishWithDescendants force the publication regardless of the edited status, but respecting the choice of whether to include unpublished items? |
I'm seeing the same thing here. Screenshare below (ignore the mouse cursor - it's gone very weird!) SS is using 12.2.0 but also tested on 10.6.1 which did the same. Summary of actions. All actions create a published audit record on the parent node.
|
Thanks for your input here, I think I am seeing the issue now! |
@Zeegaan Even just having an option to force the republication of all published descendants regardless of edit status would work. |
I second what @lesley-w said too. We are running into an issue as well where we need the same "Save & Publish" functionality for all the child/descendants in order to properly sync content with usync and this would be massively helpful. If it was an option similar to the toggle for "include all unpublished items", that could work too. It doesn't have to be the default action (which I get for performance reasons). |
Hello everyone! Sorry for coming back late, there was some potato holiday at play 🥔 I've talked with the team, but to our understanding, we would not like to refactor this with for example an option. It seems you could try this manually in code instead. Or if its using uSync, they could make some code that would do this, could you try this out? 👍 |
Hi! Our users are experiencing significant issues because PublishWithDescendants does not publish descendant items that are unedited. Could you reconsider providing this functionality for us, perhaps as an optional feature as suggested by @lesley-w? What is the reason that unedited items are not re-published? :) Thanks in advance! |
We have faced this today due to someone removing a property and adding it back it. It meant the value became null in Examine and the search no longer worked until we manually published all nodes again. [ ] Force Publish even if not changed would be an excellent addition. |
Following discussions and release candidate feedback it's been decided that the publish with descendants dialog should not be updated as was proposed in the original linked PRs. It's considered that these operations aren't something we should be putting in front of editors, as it adds complexity to the UI that 99% of the time they shouldn't need to use or be aware of. We are keeping the service updates though, so these can be used for one-off migration tasks, or even via a custom dashboard in the settings section should more than the built-in Examine rebuild function be necessary. These PRs, when merged with 13.8 and 15.3 will detail how the services can be used for these operations: |
Uh oh!
There was an error while loading. Please reload this page.
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
experienced on multiple versions of 10 e,g. 10.3.2
Bug summary
When performing the “publish with descendants” action from the context menu on the ‘save and publish' button, the history tab on any child/descendant content nodes doesn’t show a corresponding ‘content published’ event in the history (info tab). i.e. it doesn’t actually publish the descendant contents.
Specifics
No response
Steps to reproduce
Expected result / actual result
expected result: history tab shows a ‘content published’ event with a datestamp reflectiong when the action from reproduction steps was performed
actual result: no event listed on history tab (children/descendant contents not published as instructed)
This item has been added to our backlog AB#47450
The text was updated successfully, but these errors were encountered: