1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-09-29 12:53:31 +02:00

Export club members

This commit is contained in:
Ehouarn
2025-09-28 21:15:01 +02:00
parent 83c8b9a3d0
commit 27a1f36183
5 changed files with 60 additions and 2 deletions

View File

@@ -4702,6 +4702,22 @@
"description": "Supprimer un succès"
}
},
{
"model": "permission.permission",
"pk": 330,
"fields": {
"model": [
"auth",
"user"
],
"query": "{\"memberships__club\": [\"club\"]}",
"type": "view",
"mask": 2,
"field": "email",
"permanent": false,
"description": "Voir l'adresse mail des membres de son club"
}
},
{
"model": "permission.role",
"pk": 1,
@@ -4852,7 +4868,8 @@
259,
260,
263,
265
265,
330
]
}
},