-
Notifications
You must be signed in to change notification settings - Fork 109
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
Fix #1559 Implement a UI component to trigger asynchronous operations on a resource #1882
Conversation
… on a resource
@giohappy @mattiagiupponi this PR is working with the importer_in_core branch (GeoNode/geonode#12570). The main workflows are working but there are some harcoded configuration and minor query configuration to solve:
|
This can be easily archived since is a matter of chaning the IF in the XML and SLD handlers
This will require a refactor of the current structure of the importer configuration. The association before was 1 handler for 1 configuration, while here we want to have 1 handler with multiple configuration.
|
This PR introduces following changes: