mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-30 21:11:15 +02:00
First pass on a display of users trusting you, added a corresponding right
This commit is contained in:
@ -3079,6 +3079,22 @@
|
||||
"description": "Transférer de l'argent depuis une note amie en restant positif"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "permission.permission",
|
||||
"pk": 197,
|
||||
"fields": {
|
||||
"model": [
|
||||
"note",
|
||||
"trust"
|
||||
],
|
||||
"query": "{\"trusted__noteuser__user\": [\"user\"]}",
|
||||
"type": "view",
|
||||
"mask": 1,
|
||||
"field": "",
|
||||
"permanent": true,
|
||||
"description": "Voir ceux nous ayant pour ami, pour toujours"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "permission.role",
|
||||
"pk": 1,
|
||||
@ -3117,7 +3133,8 @@
|
||||
190,
|
||||
191,
|
||||
195,
|
||||
196
|
||||
196,
|
||||
197
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -3514,7 +3531,8 @@
|
||||
193,
|
||||
194,
|
||||
195,
|
||||
196
|
||||
196,
|
||||
197
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user