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

Filter executionrequest by source #1267

Closed
mattiagiupponi opened this issue Oct 27, 2022 · 0 comments
Closed

Filter executionrequest by source #1267

mattiagiupponi opened this issue Oct 27, 2022 · 0 comments
Assignees

Comments

@mattiagiupponi
Copy link

Following the works done on geonode via this issue GeoNode/geonode#10192 and this pr GeoNode/geonode#10193
We want that on the upload page only the dataset with source='upload' will be shown on the upload page.

As an instance, this is the actual call:
https://master.demo.geonode.org/api/v2/executionrequest?filter[action]=import&page=1&page_size=99999

We want something like this:

https://master.demo.geonode.org/api/v2/executionrequest?filter[action]=import&filter[source]=upload&page=1&page_size=99999

NOTE: to have the value in the source, is needed to install the last version of the importer

cc @giohappy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants