matrix conf fixed

This commit is contained in:
Andreas Schröpfer
2021-03-02 20:27:31 +01:00
parent 72eb5c74d8
commit 664d7750a6
3 changed files with 16 additions and 6 deletions

View File

@@ -271,22 +271,22 @@
"short_name": "2",
"name": "Solidarity",
"points_col": "G",
"percentage_reached_col": "I",
"max_points_col": "J"
"percentage_reached_col": "J",
"max_points_col": "I"
},
{
"short_name": "3",
"name": "Environment sustainability",
"points_col": "K",
"percentage_reached_col": "M",
"max_points_col": "N"
"percentage_reached_col": "N",
"max_points_col": "M"
},
{
"short_name": "4",
"name": "Transparency",
"points_col": "O",
"percentage_reached_col": "Q",
"max_points_col": "R"
"percentage_reached_col": "R",
"max_points_col": "Q"
}
]