Skip to content

Commit

Permalink
[create-pull-request] automated change (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: allyoucanmap <[email protected]>
  • Loading branch information
1 parent 3f81799 commit 8fd2bae
Show file tree
Hide file tree
Showing 268 changed files with 271 additions and 118 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-be2203e85f1d89d6535f85409d63067b6167c28b
geonode-mapstore-client-v4.0.0-3f817994a2b266946e8ef55c7a8c9fcf258eb5ea
88 changes: 67 additions & 21 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,24 +485,8 @@
]
},
{
"type": "link",
"href": "${detail_url}/metadata_advanced",
"labelId": "gnhome.update",
"icon": "paste",
"authenticated": true,
"perms": [
{
"type": "resource",
"value": "change_resourcebase"
}
],
"allowedGroups": [
"admin"
]
},
{
"type": "link",
"href": "${detail_url}/remove",
"type": "button",
"action": "delete",
"labelId": "gnhome.delete",
"icon": "trash",
"authenticated": true,
Expand All @@ -511,9 +495,6 @@
"type": "resource",
"value": "delete_resourcebase"
}
],
"allowedGroups": [
"admin"
]
}
]
Expand Down Expand Up @@ -2482,6 +2463,16 @@
{
"type": "plugin",
"name": "Measure"
},
{
"type": "plugin",
"name": "DeleteResource",
"perms": [
{
"type": "resource",
"value": "delete_resourcebase"
}
]
}
]
}
Expand All @@ -2508,6 +2499,9 @@
{
"name": "DetailViewer"
},
{
"name": "DeleteResource"
},
{
"name": "Map",
"cfg": {
Expand Down Expand Up @@ -3031,10 +3025,23 @@
{
"type": "plugin",
"name": "Measure"
},
{
"type": "plugin",
"name": "DeleteResource",
"perms": [
{
"type": "resource",
"value": "delete_resourcebase"
}
]
}
]
}
},
{
"name": "DeleteResource"
},
{
"name": "DetailViewer"
},
Expand Down Expand Up @@ -3455,13 +3462,26 @@
{
"type": "plugin",
"name": "Share"
},
{
"type": "plugin",
"name": "DeleteResource",
"perms": [
{
"type": "resource",
"value": "delete_resourcebase"
}
]
}
]
}
},
{
"name": "DetailViewer"
},
{
"name": "DeleteResource"
},
{
"name": "GeoStory",
"cfg": {
Expand Down Expand Up @@ -3619,13 +3639,26 @@
{
"type": "plugin",
"name": "Share"
},
{
"type": "plugin",
"name": "DeleteResource",
"perms": [
{
"type": "resource",
"value": "delete_resourcebase"
}
]
}
]
}
},
{
"name": "DetailViewer"
},
{
"name": "DeleteResource"
},
{
"name": "Save"
},
Expand Down Expand Up @@ -3691,13 +3724,26 @@
{
"type": "plugin",
"name": "Share"
},
{
"type": "plugin",
"name": "DeleteResource",
"perms": [
{
"type": "resource",
"value": "delete_resourcebase"
}
]
}
]
}
},
{
"name": "DetailViewer"
},
{
"name": "DeleteResource"
},
{
"name": "Save"
},
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.

Loading

0 comments on commit 8fd2bae

Please sign in to comment.