Skip to content

Commit

Permalink
[Fixes GeoNode#10376] Time serie dataset, missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
suraphat-saengsiri committed Dec 7, 2022
1 parent 29e935b commit 9b3eb61
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 9b3eb61

Please sign in to comment.