-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[#Fixes 12862] Allow to add metadata when uploading a resource #12929
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
[#Fixes 12862] Allow to add metadata when uploading a resource #12929
Conversation
b3bf777 to
c0fa2f3
Compare
|
Hi @ridoo
|
|
@mattiagiupponi I finally traced the problem which revealed an issue inside GeoNode code I could not resolve until now. Perhaps you know what to do (either in test or in GeoNode itself): GeoNode has several locations ( |
|
@ridoo I know it's not a great solution but you could mock call_storers for this test. We have planned to release GeoNode 4.4.2 tomorrow. IS it ok if this PR remains in 4.4.x for the moment? |
Ok, will do. But using those global state may also affect future testing, though.
Will be ok, but I will provide the patch almost right now. |
Tried to reset the global cache which did not work
|
@etj @mattiagiupponi don't you think this could be merged in master and backported? |
|
@giohappy I created a PR for Note: To make this feature work, we need the importer to parse and pass |
|
It looks good to me @giohappy |

Relates to #12862
Checklist
For all pull requests:
The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules):
Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.