mirror of https://gitlab.crans.org/bde/nk20
Club managers can change the picture of the club note
This commit is contained in:
parent
2a8a5cd736
commit
96954b1afd
|
@ -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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue