Skip to content

Commit

Permalink
Remove Dataset Group & add env to Layer
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Oct 8, 2024
1 parent 3e0697e commit f07df14
Show file tree
Hide file tree
Showing 14 changed files with 2,169 additions and 3,669 deletions.
87 changes: 10 additions & 77 deletions cms/config/sync/admin-role.strapi-super-admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,82 +543,14 @@
"conditions": [],
"actionParameters": {}
},
{
"action": "plugin::content-manager.explorer.create",
"subject": "api::dataset-group.dataset-group",
"properties": {
"fields": [
"name",
"slug",
"datasets"
],
"locales": [
"en",
"es",
"fr"
]
},
"conditions": [],
"actionParameters": {}
},
{
"action": "plugin::content-manager.explorer.delete",
"subject": "api::dataset-group.dataset-group",
"properties": {
"locales": [
"en",
"es",
"fr"
]
},
"conditions": [],
"actionParameters": {}
},
{
"action": "plugin::content-manager.explorer.read",
"subject": "api::dataset-group.dataset-group",
"properties": {
"fields": [
"name",
"slug",
"datasets"
],
"locales": [
"en",
"es",
"fr"
]
},
"conditions": [],
"actionParameters": {}
},
{
"action": "plugin::content-manager.explorer.update",
"subject": "api::dataset-group.dataset-group",
"properties": {
"fields": [
"name",
"slug",
"datasets"
],
"locales": [
"en",
"es",
"fr"
]
},
"conditions": [],
"actionParameters": {}
},
{
"action": "plugin::content-manager.explorer.create",
"subject": "api::dataset.dataset",
"properties": {
"fields": [
"name",
"layers",
"slug",
"group"
"slug"
],
"locales": [
"en",
Expand Down Expand Up @@ -662,8 +594,7 @@
"fields": [
"name",
"layers",
"slug",
"group"
"slug"
],
"locales": [
"en",
Expand All @@ -681,8 +612,7 @@
"fields": [
"name",
"layers",
"slug",
"group"
"slug"
],
"locales": [
"en",
Expand Down Expand Up @@ -1017,7 +947,8 @@
"legend_config.items.color",
"legend_config.items.value",
"legend_config.items.description",
"default"
"default",
"environment"
],
"locales": [
"en",
Expand Down Expand Up @@ -1076,7 +1007,8 @@
"legend_config.items.color",
"legend_config.items.value",
"legend_config.items.description",
"default"
"default",
"environment"
],
"locales": [
"en",
Expand Down Expand Up @@ -1109,7 +1041,8 @@
"legend_config.items.color",
"legend_config.items.value",
"legend_config.items.description",
"default"
"default",
"environment"
],
"locales": [
"en",
Expand Down Expand Up @@ -2246,4 +2179,4 @@
"actionParameters": {}
}
]
}
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,6 @@
"sortable": true
}
},
"group": {
"edit": {
"label": "group",
"description": "",
"placeholder": "",
"visible": true,
"editable": true,
"mainField": "name"
},
"list": {
"label": "group",
"searchable": true,
"sortable": true
}
},
"createdAt": {
"edit": {
"label": "createdAt",
Expand Down Expand Up @@ -159,10 +144,6 @@
{
"name": "layers",
"size": 6
},
{
"name": "group",
"size": 6
}
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,21 @@
"sortable": true
}
},
"environment": {
"edit": {
"label": "environment",
"description": "",
"placeholder": "",
"visible": true,
"editable": true,
"mainField": "name"
},
"list": {
"label": "environment",
"searchable": true,
"sortable": true
}
},
"createdAt": {
"edit": {
"label": "createdAt",
Expand Down Expand Up @@ -223,6 +238,12 @@
"name": "dataset",
"size": 6
},
{
"name": "environment",
"size": 6
}
],
[
{
"name": "default",
"size": 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,16 @@
{
"name": "name",
"size": 6
},
{
"name": "name_es",
"size": 6
}
],
[
{
"name": "name_fr",
"size": 6
}
],
[
Expand Down Expand Up @@ -365,16 +375,6 @@
"name": "mpaa_protection_level_stat",
"size": 6
},
{
"name": "name_es",
"size": 6
}
],
[
{
"name": "name_fr",
"size": 6
},
{
"name": "mpaa_fully_highly_protected_area",
"size": 4
Expand Down
Loading

0 comments on commit f07df14

Please sign in to comment.