Skip to content
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

Temporary fix to SLD and Metadatata upload forms #12049

Closed
giohappy opened this issue Mar 15, 2024 · 0 comments · Fixed by #12050 or #12075
Closed

Temporary fix to SLD and Metadatata upload forms #12049

giohappy opened this issue Mar 15, 2024 · 0 comments · Fixed by #12050 or #12075
Assignees
Milestone

Comments

@giohappy
Copy link
Contributor

The legacy backend to track the progress of SLD and XML uploads for datasets has been removed, breaking the behavior of the legacy forms.
We're planning to replace the legacy form with a new UI (GeoNode/geonode-mapstore-client#1559). Meanwhile, a small adaptation in the legacy form must be implemented to use the new executionrequests endpoint to track the progress and redirect to the dataset once the upload is completed.

@giohappy giohappy self-assigned this Mar 15, 2024
@giohappy giohappy added this to the 4.3.0 milestone Mar 15, 2024
giohappy added a commit that referenced this issue Mar 20, 2024
… API (#12050)

* Adapt SLD and XML forms to the new API

* change source name and delete execution when completed
giohappy added a commit that referenced this issue Mar 21, 2024
… API (#12050)

* Adapt SLD and XML forms to the new API

* change source name and delete execution when completed
giohappy added a commit that referenced this issue Mar 21, 2024
…o the new progress API (#12075)

* [Fixes #12049] Adapt the SLD and XML upload forms to the new progress API (#12050)

* Adapt SLD and XML forms to the new API

* change source name and delete execution when completed

* Fixed LayerInfo.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment