Skip to content

Commit

Permalink
[Fixes #986] Anonymous users have an option of adding dataset and ann…
Browse files Browse the repository at this point in the history
…otations to a map (#998)
  • Loading branch information
DavidQuartz authored May 31, 2022
1 parent 2be2c33 commit 47c9964
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1689,11 +1689,13 @@
},
{
"type": "plugin",
"name": "Annotations"
"name": "Annotations",
"disableIf": "{!context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase')}"
},
{
"type": "plugin",
"name": "DatasetsCatalog"
"name": "DatasetsCatalog",
"disableIf": "{!context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase')}"
}
],
"rightMenuItems": [
Expand Down

0 comments on commit 47c9964

Please sign in to comment.