mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 18:37:12 +00:00
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"
|
"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",
|
"model": "permission.role",
|
||||||
"pk": 1,
|
"pk": 1,
|
||||||
@ -2726,7 +2742,8 @@
|
|||||||
47,
|
47,
|
||||||
49,
|
49,
|
||||||
50,
|
50,
|
||||||
141
|
141,
|
||||||
|
169
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -3001,7 +3018,11 @@
|
|||||||
162,
|
162,
|
||||||
163,
|
163,
|
||||||
164,
|
164,
|
||||||
165
|
165,
|
||||||
|
166,
|
||||||
|
167,
|
||||||
|
168,
|
||||||
|
169
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user