Club managers can change the picture of the club note

This commit is contained in:
Yohann D'ANELLO 2020-09-05 14:32:47 +02:00
parent 2a8a5cd736
commit 96954b1afd
1 changed files with 23 additions and 2 deletions

View File

@ -2631,6 +2631,22 @@
"description": "Modifier la raison d'invalidité d'une transaction si c'est possible"
}
},
{
"model": "permission.permission",
"pk": 169,
"fields": {
"model": [
"note",
"noteclub"
],
"query": "{\"pk\": [\"club\", \"pk\"]}",
"type": "change",
"mask": 1,
"field": "display_image",
"permanent": false,
"description": "Changer l'image de la note de son club"
}
},
{
"model": "permission.role",
"pk": 1,
@ -2726,7 +2742,8 @@
47,
49,
50,
141
141,
169
]
}
},
@ -3001,7 +3018,11 @@
162,
163,
164,
165
165,
166,
167,
168,
169
]
}
},