Skip to content

Commit

Permalink
[Fixes #10376] Time serie dataset, missing permissions (#10377)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi authored Dec 9, 2022
1 parent a490e58 commit ead0f1c
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 ead0f1c

Please sign in to comment.