Skip to content

Commit

Permalink
[create-pull-request] automated change (#789)
Browse files Browse the repository at this point in the history
Co-authored-by: giohappy <giohappy@users.noreply.github.com>
  • Loading branch information
1 parent 54b2b59 commit 3c35d16
Show file tree
Hide file tree
Showing 1,187 changed files with 35 additions and 35 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-63e01efd74930e821b959356cad14eb4ae71a78d
geonode-mapstore-client-v4.0.0-54b2b59257e0940af023d8b9cc7e2c67f8d954f3
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
{
"labelId": "gnhome.addResource",
"authenticated": true,
"disableIf": "{(state('settings') && state('settings').isMobile ? true : false)}",
"disableIf": "{((state('settings') && state('settings').isMobile) ? true : false)}",
"type": "dropdown",
"variant": "primary",
"perms": [
Expand All @@ -340,7 +340,7 @@
"labelId": "gnhome.uploadDataset",
"value": "layer",
"type": "link",
"href": "/datasets/upload",
"href": "/catalogue/#/upload/dataset",
"authenticated": true,
"perms": [
{
Expand All @@ -353,7 +353,7 @@
"labelId": "gnhome.uploadDocument",
"value": "document",
"type": "link",
"href": "/documents/upload",
"href": "/catalogue/#/upload/document",
"authenticated": true,
"perms": [
{
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.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 3c35d16

Please sign in to comment.