FALM-Umbraco-Projects / FALM-Housekeeping-v7

Package for Umbraco 7 - This package create a new custom section with this tools: Umbraco logs manager, Media folder cleanup, Delete users and Version manager
https://our.umbraco.org/projects/backoffice-extensions/falm-housekeeping/
MIT License
8 stars 6 forks source link

Cleanup by count doesn't show any loader #55

Closed bjarnef closed 6 years ago

bjarnef commented 6 years ago

When I use the "Cleanup by count" it doesn't show any loader, so you don't know if something is in progress:

image

All of the containers in the dialog has display:none; image

bjarnef commented 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.

image

bjarnef commented 6 years ago

Now I don't have any "newest" version for frontpage node anymore.

image

afabri73 commented 6 years ago

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

bjarnef commented 6 years ago

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)

afabri73 commented 6 years ago

Done. The new release will include this change. Thank you again for the support Adriano