Skip to content

Commit

Permalink
[Fixes #10376] Time serie dataset, missing permissions (#10377) (#10391)
Browse files Browse the repository at this point in the history
Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mattiagiupponi committed Dec 10, 2022
1 parent b08eae5 commit ee50190
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions geonode/security/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@
]

DATA_EDITABLE_RESOURCES_SUBTYPES = [
'vector'
'vector',
'vector_time'
]

DATA_STYLABLE_RESOURCES_SUBTYPES = [
'raster',
'vector'
'vector',
'vector_time'
]

# The following permissions will be filtered out when READ_ONLY mode is active
Expand Down

0 comments on commit ee50190

Please sign in to comment.