Skip to content

Commit

Permalink
[create-pull-request] automated change (#883)
Browse files Browse the repository at this point in the history
Co-authored-by: giohappy <giohappy@users.noreply.github.com>
  • Loading branch information
geosolutions-pr-generator[bot] and giohappy authored Mar 18, 2022
1 parent 6b31011 commit 140c608
Show file tree
Hide file tree
Showing 1,210 changed files with 45 additions and 54 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-39f247624c4d6d8dcda2586c315702c8ab11843e
geonode-mapstore-client-v4.0.0-6b31011db58365ddd56a4da2b1a1d3f2879c06e3
25 changes: 8 additions & 17 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,24 +763,21 @@
"name": "GeoStory",
"cfg": {
"mediaEditorSettings": {
"sourceId": "geostory",
"sourceId": "geonode",
"mediaTypes": {
"image": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"video": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"map": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
Expand Down Expand Up @@ -846,7 +843,7 @@
{
"labelId": "gnviewer.save",
"showPendingChangesIcon": true,
"disableIf": "{!context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase') && !context.canCopyResource(state('gnResourceData'), state('user'))}",
"disableIf": "{!state('isNewResource') && !context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase') && !context.canCopyResource(state('gnResourceData'), state('user'))}",
"type": "dropdown",
"items": [
{
Expand Down Expand Up @@ -1641,7 +1638,7 @@
{
"labelId": "gnviewer.save",
"showPendingChangesIcon": true,
"disableIf": "{!context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase') && !context.canCopyResource(state('gnResourceData'), state('user'))}",
"disableIf": "{!state('isNewResource') && !context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase') && !context.canCopyResource(state('gnResourceData'), state('user'))}",
"type": "dropdown",
"items": [
{
Expand Down Expand Up @@ -2177,7 +2174,7 @@
{
"labelId": "gnviewer.save",
"showPendingChangesIcon": true,
"disableIf": "{!context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase') && !context.canCopyResource(state('gnResourceData'), state('user'))}",
"disableIf": "{!state('isNewResource') && !context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase') && !context.canCopyResource(state('gnResourceData'), state('user'))}",
"type": "dropdown",
"items": [
{
Expand All @@ -2193,7 +2190,7 @@
{
"name": "Sync",
"type": "plugin",
"disableIf": "{!context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase')}"
"disableIf": "{!context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase')}"
},
{
"labelId": "gnviewer.edit",
Expand Down Expand Up @@ -2258,24 +2255,21 @@
"name": "GeoStory",
"cfg": {
"mediaEditorSettings": {
"sourceId": "geostory",
"sourceId": "geonode",
"mediaTypes": {
"image": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"video": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"map": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
Expand Down Expand Up @@ -2474,7 +2468,7 @@
"labelId": "gnviewer.save",
"type": "dropdown",
"showPendingChangesIcon": true,
"disableIf": "{!state('isNewResource') && !context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase')}",
"disableIf": "{!state('isNewResource') && !context.resourceHasPermission(state('gnResourceData'), 'change_resourcebase') && !context.canCopyResource(state('gnResourceData'), state('user'))}",
"items": [
{
"type": "plugin",
Expand Down Expand Up @@ -2857,24 +2851,21 @@
"name": "GeoStory",
"cfg": {
"mediaEditorSettings": {
"sourceId": "geostory",
"sourceId": "geonode",
"mediaTypes": {
"image": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"video": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"map": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 140c608

Please sign in to comment.