Skip to content

Commit

Permalink
Merge pull request #307 from Vizzuality/SKY30-443-fe-tables-paginatio…
Browse files Browse the repository at this point in the history
…n-and-filters

Update the data models and reimplement the tables
  • Loading branch information
clementprdhomme authored Oct 3, 2024
2 parents 3eb1edc + 77f54b5 commit 2d25eaa
Show file tree
Hide file tree
Showing 75 changed files with 6,110 additions and 7,902 deletions.
9 changes: 3 additions & 6 deletions cms/config/sync/admin-role.strapi-author.json
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,7 @@
"protection_coverage_stats",
"totalTerrestrialArea",
"name_es",
"name_fr",
"mpaa_fully_highly_protected_area"
"name_fr"
],
"locales": []
},
Expand Down Expand Up @@ -901,8 +900,7 @@
"protection_coverage_stats",
"totalTerrestrialArea",
"name_es",
"name_fr",
"mpaa_fully_highly_protected_area"
"name_fr"
],
"locales": []
},
Expand All @@ -926,8 +924,7 @@
"protection_coverage_stats",
"totalTerrestrialArea",
"name_es",
"name_fr",
"mpaa_fully_highly_protected_area"
"name_fr"
],
"locales": []
},
Expand Down
9 changes: 3 additions & 6 deletions cms/config/sync/admin-role.strapi-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,7 @@
"protection_coverage_stats",
"totalTerrestrialArea",
"name_es",
"name_fr",
"mpaa_fully_highly_protected_area"
"name_fr"
],
"locales": []
},
Expand Down Expand Up @@ -884,8 +883,7 @@
"protection_coverage_stats",
"totalTerrestrialArea",
"name_es",
"name_fr",
"mpaa_fully_highly_protected_area"
"name_fr"
],
"locales": []
},
Expand All @@ -907,8 +905,7 @@
"protection_coverage_stats",
"totalTerrestrialArea",
"name_es",
"name_fr",
"mpaa_fully_highly_protected_area"
"name_fr"
],
"locales": []
},
Expand Down
14 changes: 7 additions & 7 deletions cms/config/sync/admin-role.strapi-super-admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -1468,11 +1468,11 @@
"location",
"wdpaid",
"mpaa_protection_level",
"is_child",
"iucn_category",
"designation",
"environment",
"coverage"
"coverage",
"parent"
]
},
"conditions": [],
Expand Down Expand Up @@ -1501,11 +1501,11 @@
"location",
"wdpaid",
"mpaa_protection_level",
"is_child",
"iucn_category",
"designation",
"environment",
"coverage"
"coverage",
"parent"
]
},
"conditions": [],
Expand All @@ -1527,11 +1527,11 @@
"location",
"wdpaid",
"mpaa_protection_level",
"is_child",
"iucn_category",
"designation",
"environment",
"coverage"
"coverage",
"parent"
]
},
"conditions": [],
Expand Down Expand Up @@ -2246,4 +2246,4 @@
"actionParameters": {}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -316,16 +316,6 @@
{
"name": "name",
"size": 6
},
{
"name": "name_es",
"size": 6
}
],
[
{
"name": "name_fr",
"size": 6
}
],
[
Expand Down Expand Up @@ -358,12 +348,6 @@
"size": 6
}
],
[
{
"name": "mpaa_fully_highly_protected_area",
"size": 4
}
],
[
{
"name": "marine_bounds",
Expand All @@ -380,6 +364,20 @@
{
"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 2d25eaa

Please sign in to comment.