Skip to content

Commit

Permalink
[Fixes GeoNode#1267] Filter executionrequest by source (GeoNode#1276) (
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidQuartz authored and ridoo committed Dec 21, 2022
1 parent ac9ac83 commit 2471a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode_mapstore_client/client/js/api/geonode/v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ export const getPendingExecutionRequests = () => {
return axios.get(parseDevHostname(endpoints[EXECUTIONREQUEST]), {
params: {
'filter{action}': 'import',
'filter{source}': 'upload',
'page': 1,
'page_size': 99999
}
Expand Down

0 comments on commit 2471a0a

Please sign in to comment.