-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 #9821] Time serie selection handled by the advanced metadata panel #9840
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9840 +/- ##
==========================================
- Coverage 61.39% 61.38% -0.02%
==========================================
Files 823 823
Lines 50328 50400 +72
Branches 7746 7761 +15
==========================================
+ Hits 30898 30936 +38
- Misses 17753 17782 +29
- Partials 1677 1682 +5 |
back to draft, some development is missing |
This pull request introduces 1 alert when merging faed0ce into a313150 - view on LGTM.com new alerts:
|
@@ -920,12 +924,13 @@ def final_step(upload_session, user, charset="UTF-8", dataset_id=None): | |||
with transaction.atomic(): | |||
resource_manager.set_permissions( | |||
None, instance=saved_dataset, permissions=permissions, created=created) | |||
resource_manager.exec( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved before the update, in this case the time_serie is already configured before sync the resource with geoserver
…anel (#9840) * [Fixes #9821] Time serie selection handled by the advanced metadata panel * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] Time serie selection handled by the advanced metadata panel * [Fixes #9861]Cannot open metadata detail with thesaurus installed * [Fixes #9821] Time serie selection handled by the advanced metadata panel * [Fixes #9821] Time serie selection handled by the advanced metadata panel * [Fixes #9821] Fix wrong subtype in case of timeserie dataset * [Fixes #9821] Fix circleci build
…anel (#9840) (#9914) * [Fixes #9821] Time serie selection handled by the advanced metadata panel * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] add new attribute to time series * [Fixes #9821] Time serie selection handled by the advanced metadata panel * [Fixes #9861]Cannot open metadata detail with thesaurus installed * [Fixes #9821] Time serie selection handled by the advanced metadata panel * [Fixes #9821] Time serie selection handled by the advanced metadata panel * [Fixes #9821] Fix wrong subtype in case of timeserie dataset * [Fixes #9821] Fix circleci build Co-authored-by: mattiagiupponi <[email protected]>
related to #9821
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.