Skip to content

Commit

Permalink
[Fixes #9821] add new attribute to time series
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Aug 9, 2022
1 parent 60233e0 commit e6149da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/layers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ def dataset_metadata(
end_attr = Attribute.objects.get(pk=ts.get("end_attribute")).attribute if ts.get("end_attribute") else None
resource_manager.exec(
'set_time_info',
None
None,
instance=layer,
time_info={
"attribute": Attribute.objects.get(pk=ts.get('attribute')).attribute,
Expand Down

0 comments on commit e6149da

Please sign in to comment.