mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 18:08:21 +02:00
Notes are read-only in the API, but can be modified with scripts (ie. transactions)
This commit is contained in:
@ -227,6 +227,18 @@
|
||||
"description": "Transfer from myself's note"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "permission.permission",
|
||||
"pk": 18,
|
||||
"fields": {
|
||||
"model": 35,
|
||||
"query": "{}",
|
||||
"type": "change",
|
||||
"mask": 1,
|
||||
"field": "balance",
|
||||
"description": "Update a note balance with a transaction"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "member.role",
|
||||
"pk": 1,
|
||||
@ -279,7 +291,8 @@
|
||||
14,
|
||||
15,
|
||||
16,
|
||||
17
|
||||
17,
|
||||
18
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user