Skip to content

Commit

Permalink
Remove DOIs from detail tabs
Browse files Browse the repository at this point in the history
Configuration is now done as local config override
  • Loading branch information
ridoo committed Dec 3, 2024
1 parent ddb06ba commit b01dca6
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -699,12 +699,6 @@
"value": "{context.get(state('gnResourceData'), 'sourcetype', '').toLowerCase()}",
"href": "{context.get(state('gnResourceData'), 'href')}"
},
{
"type": "link",
"labelId": "gnviewer.doi",
"href": "{'https://doi.org/' + context.get(state('gnResourceData'), 'doi')}",
"value": "{context.get(state('gnResourceData'), 'doi')}"
},
{
"type": "query",
"labelId": "gnviewer.category",
Expand Down Expand Up @@ -992,12 +986,6 @@
"value": "{context.get(state('gnResourceData'), 'sourcetype', '').toLowerCase()}",
"href": "{context.get(state('gnResourceData'), 'href')}"
},
{
"type": "link",
"labelId": "gnviewer.doi",
"href": "{'https://doi.org/' + context.get(state('gnResourceData'), 'doi')}",
"value": "{context.get(state('gnResourceData'), 'doi')}"
},
{
"type": "query",
"labelId": "gnviewer.category",
Expand Down Expand Up @@ -1357,12 +1345,6 @@
"value": "{context.get(state('gnResourceData'), 'sourcetype', '').toLowerCase()}",
"href": "{context.get(state('gnResourceData'), 'href')}"
},
{
"type": "link",
"labelId": "gnviewer.doi",
"href": "{'https://doi.org/' + context.get(state('gnResourceData'), 'doi')}",
"value": "{context.get(state('gnResourceData'), 'doi')}"
},
{
"type": "query",
"labelId": "gnviewer.category",
Expand Down Expand Up @@ -2265,12 +2247,6 @@
"value": "{context.get(state('gnResourceData'), 'sourcetype', '').toLowerCase()}",
"href": "{context.get(state('gnResourceData'), 'href')}"
},
{
"type": "link",
"labelId": "gnviewer.doi",
"href": "{'https://doi.org/' + context.get(state('gnResourceData'), 'doi')}",
"value": "{context.get(state('gnResourceData'), 'doi')}"
},
{
"type": "query",
"labelId": "gnviewer.category",
Expand Down Expand Up @@ -2969,12 +2945,6 @@
"value": "{context.get(state('gnResourceData'), 'sourcetype', '').toLowerCase()}",
"href": "{context.get(state('gnResourceData'), 'href')}"
},
{
"type": "link",
"labelId": "gnviewer.doi",
"href": "{'https://doi.org/' + context.get(state('gnResourceData'), 'doi')}",
"value": "{context.get(state('gnResourceData'), 'doi')}"
},
{
"type": "query",
"labelId": "gnviewer.category",
Expand Down Expand Up @@ -3316,12 +3286,6 @@
"value": "{context.get(state('gnResourceData'), 'sourcetype', '').toLowerCase()}",
"href": "{context.get(state('gnResourceData'), 'href')}"
},
{
"type": "link",
"labelId": "gnviewer.doi",
"href": "{'https://doi.org/' + context.get(state('gnResourceData'), 'doi')}",
"value": "{context.get(state('gnResourceData'), 'doi')}"
},
{
"type": "query",
"labelId": "gnviewer.category",
Expand Down Expand Up @@ -3591,12 +3555,6 @@
"value": "{context.get(state('gnResourceData'), 'sourcetype', '').toLowerCase()}",
"href": "{context.get(state('gnResourceData'), 'href')}"
},
{
"type": "link",
"labelId": "gnviewer.doi",
"href": "{'https://doi.org/' + context.get(state('gnResourceData'), 'doi')}",
"value": "{context.get(state('gnResourceData'), 'doi')}"
},
{
"type": "query",
"labelId": "gnviewer.category",
Expand Down Expand Up @@ -4159,12 +4117,6 @@
"value": "{context.get(state('gnResourceData'), 'sourcetype', '').toLowerCase()}",
"href": "{context.get(state('gnResourceData'), 'href')}"
},
{
"type": "link",
"labelId": "gnviewer.doi",
"href": "{'https://doi.org/' + context.get(state('gnResourceData'), 'doi')}",
"value": "{context.get(state('gnResourceData'), 'doi')}"
},
{
"type": "query",
"labelId": "gnviewer.category",
Expand Down Expand Up @@ -4954,12 +4906,6 @@
"value": "{context.get(state('gnResourceData'), 'sourcetype', '').toLowerCase()}",
"href": "{context.get(state('gnResourceData'), 'href')}"
},
{
"type": "link",
"labelId": "gnviewer.doi",
"href": "{'https://doi.org/' + context.get(state('gnResourceData'), 'doi')}",
"value": "{context.get(state('gnResourceData'), 'doi')}"
},
{
"type": "query",
"labelId": "gnviewer.category",
Expand Down

0 comments on commit b01dca6

Please sign in to comment.