Skip to content

Commit

Permalink
[create-pull-request] automated change (#467)
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 90dd0d7 commit 179c7c9
Show file tree
Hide file tree
Showing 237 changed files with 71 additions and 40 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-e940f7d6141882aa88c9edd572b502a8a4004889
geonode-mapstore-client-v4.0.0-90dd0d7d936d88995ab96aa9729aace361a41f04
27 changes: 25 additions & 2 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,19 @@
"value": "delete_resourcebase"
}
]
},
{
"type": "button",
"action": "copy",
"labelId": "gnviewer.clone",
"icon": "copy",
"authenticated": true,
"perms": [
{
"type": "resource",
"value": "change_resourcebase"
}
]
}
]
}
Expand Down Expand Up @@ -786,14 +799,24 @@
"cfg": {
"leftMenuItems": [
{
"type": "plugin",
"name": "Save",
"labelId": "gnviewer.save",
"showPendingChangesIcon": true,
"perms": [
{
"type": "resource",
"value": "change_resourcebase"
}
],
"type": "dropdown",
"items": [
{
"type": "plugin",
"name": "Save"
},
{
"type": "plugin",
"name": "SaveAs"
}
]
},
{
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 179c7c9

Please sign in to comment.