added endpoint for group ownership transfer

This commit is contained in:
2024-11-18 13:34:39 +03:00
parent 947dc720a5
commit 63aaa30d92
6 changed files with 26 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
"group not an owner": "You are not an owner of this group!",
"group not a member": "You are not a member of this group!",
"name not specified": "New name of a group is not specified!",
"new owner not specified": "ID of a new group owner is not specified!",
"abstract product not found": "Such abstract product is not found!",
"abstract product invalid syntax": "Invalid syntax in one of user's parameters!",
"barcode not found": "Such barcode not found!",

View File

@@ -16,6 +16,7 @@
"group not an owner": "Вы не владелец этой группы!",
"group not a member": "Вы не участник этой группы!",
"name not specified": "Не указано новое имя группы!",
"new owner not specified": "Не указан ID нового владельца группы!",
"abstract product not found": "Такой абстрактный продукт не найден!",
"abstract product invalid syntax": "Неправильный синткасис в одном из параметров абстрактного продукта!",
"barcode not found": "Такой штрихкод не найден!",