We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8d0d7 commit 5ff09beCopy full SHA for 5ff09be
geonode_mapstore_client/static/mapstore/configs/localConfig.json
@@ -581,7 +581,7 @@
581
"type": "link",
582
"href": "{'#/dataset/' + (state('gnResourceData') || {}).pk + '/edit/data'}",
583
"labelId": "gnviewer.viewData",
584
- "disableIf": "{state('gnResourceData') && ['raster', 'remote', '3dtiles'].includes(state('gnResourceData').subtype)}"
+ "disableIf": "{state('gnResourceData') && ['raster', '3dtiles'].includes(state('gnResourceData').subtype)}"
585
}
586
]
587
},
0 commit comments