Skip to content

Commit

Permalink
[create-pull-request] automated change (#418)
Browse files Browse the repository at this point in the history
Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>
  • Loading branch information
1 parent 359823f commit 7380ba3
Show file tree
Hide file tree
Showing 247 changed files with 87 additions and 47 deletions.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
geonode-mapstore-client-v4.0.0-12d43fd8e2ad5abddf49dda873bb9f716154ccb9
geonode-mapstore-client-v4.0.0-359823f40985ef26438daa33ad2b4411049fde5c
40 changes: 30 additions & 10 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
{
"name": "gnResourceData",
"path": "gnresource.data"
},
{
"name": "isNewResource",
"path": "gnresource.isNew"
}
],
"projectionDefs": [
Expand Down Expand Up @@ -392,7 +396,7 @@
],
"items": [
{
"labelId": "gnhome.dataset",
"labelId": "gnhome.uploadDataset",
"value": "layer",
"type": "link",
"href": "/datasets/upload",
Expand All @@ -405,7 +409,20 @@
]
},
{
"labelId": "gnhome.document",
"labelId": "gnhome.createDataset",
"value": "layer",
"type": "link",
"href": "/createlayer/",
"authenticated": true,
"perms": [
{
"type": "user",
"value": "add_resource"
}
]
},
{
"labelId": "gnhome.uploadDocument",
"value": "document",
"type": "link",
"href": "/documents/upload",
Expand All @@ -418,7 +435,7 @@
]
},
{
"labelId": "gnhome.map",
"labelId": "gnhome.createMap",
"value": "map",
"type": "link",
"href": "/catalogue/#/map/new",
Expand All @@ -431,7 +448,7 @@
]
},
{
"labelId": "gnhome.geostory",
"labelId": "gnhome.createGeostory",
"value": "geostory",
"type": "link",
"href": "/catalogue/#/geostory/new",
Expand All @@ -444,7 +461,7 @@
]
},
{
"labelId": "gnhome.dashboard",
"labelId": "gnhome.createDashboard",
"value": "dashboard",
"type": "link",
"href": "/catalogue/#/dashboard/new",
Expand Down Expand Up @@ -2429,7 +2446,7 @@
"items": [
{
"type": "link",
"href": "{(state('gnResourceData') || {}).detail_url + '/metadata'}",
"href": "{context.getMetadataUrl(state('gnResourceData'))}",
"labelId": "gnviewer.editMetadata"
},
{
Expand Down Expand Up @@ -2988,6 +3005,7 @@
{
"labelId": "gnviewer.edit",
"type": "dropdown",
"disableIf": "{state('isNewResource')}",
"perms": [
{
"type": "resource",
Expand All @@ -2997,7 +3015,7 @@
"items": [
{
"type": "link",
"href": "{(state('gnResourceData') || {}).detail_url + '/metadata'}",
"href": "{context.getMetadataUrl(state('gnResourceData'))}",
"labelId": "gnviewer.editMetadata"
}
]
Expand Down Expand Up @@ -3445,6 +3463,7 @@
{
"labelId": "gnviewer.edit",
"type": "dropdown",
"disableIf": "{state('isNewResource')}",
"perms": [
{
"type": "resource",
Expand All @@ -3454,7 +3473,7 @@
"items": [
{
"type": "link",
"href": "{(state('gnResourceData') || {}).detail_url + '/metadata'}",
"href": "{context.getMetadataUrl(state('gnResourceData'))}",
"labelId": "gnviewer.editMetadata"
}
]
Expand Down Expand Up @@ -3631,7 +3650,7 @@
"items": [
{
"type": "link",
"href": "{(state('gnResourceData') || {}).detail_url + '/metadata'}",
"href": "{context.getMetadataUrl(state('gnResourceData'))}",
"labelId": "gnviewer.editMetadata"
}
]
Expand Down Expand Up @@ -3707,6 +3726,7 @@
{
"labelId": "gnviewer.edit",
"type": "dropdown",
"disableIf": "{state('isNewResource')}",
"perms": [
{
"type": "resource",
Expand All @@ -3716,7 +3736,7 @@
"items": [
{
"type": "link",
"href": "{(state('gnResourceData') || {}).detail_url + '/metadata'}",
"href": "{context.getMetadataUrl(state('gnResourceData'))}",
"labelId": "gnviewer.editMetadata"
}
]
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 7380ba3

Please sign in to comment.