-
Notifications
You must be signed in to change notification settings - Fork 41
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
Progress Bar on UPLOAD step of importer modal is gone #948
Comments
Where were we getting the layer.state from anyhow? The template doesn't appear to be modified, but the "UPLOADED" layer state doesn't seem to be in scope, and the uploadInProgress has a #todo next to it. |
@jonpmarino fixed in https://github.com/GeoNode/django-osgeo-importer/blob/master/osgeo_importer/static/osgeo_importer/importer.js @cuttlefish may need to bump importer to this commit. This snippet previously existed in the mapstory branch of importer as indicated by the version deployed to mapstory.org |
confirmed this was bumped in cce50b9 |
There used to be a progress bar during the Upload step of the Importer Modal. On BETA its no longer there. The user is still prevented from hitting the Next Step button until the Upload is complete however. Without a progress bar, it seems to a user like the Next Step button is just not working, and the user has no way of knowing that their Upload is actually in progress.
The text was updated successfully, but these errors were encountered: