Closed bjarnef closed 6 years ago
Cleanup all versions on a specific node doesn't work either. And after this I can no longer save and publish nodes.
Now I don't have any "newest" version for frontpage node anymore.
Hi Bjarne, about the loader...I tried to use the umbraco loader but it doesn't appear. I still could not solve it...I tried something else but with no good results.
about Cleanup all versions...which umbraco version do you use? I tried non Umbraco v7.7.13 - v7.8.1 - v7.9.3 - v7.10.1 and it correctly works.
Adriano
If you are using <umb-load-indicator ng-if="page.loading"></umb-load-indicator>
it should work.
Ensure to set a flag of the loading state, e.g. false on init, then true in the request and false in success/error after a short timeout.
You might also have a look at the DOM to ensure the loader is inside the dialog (maybe you need to ensure one of the parent element in the dialog has position: relative)
Done. The new release will include this change. Thank you again for the support Adriano
When I use the "Cleanup by count" it doesn't show any loader, so you don't know if something is in progress:
All of the containers in the dialog has display:none;