Skip to content
Snippets Groups Projects
Commit 21d51abf authored by Danis Kirasirov's avatar Danis Kirasirov
Browse files

Передвинуто поле

parent f9169554
No related branches found
No related tags found
1 merge request!57Добавлено поле LocaleID в спецификации запроса ActionRequest
This commit is part of merge request !57. Comments created here will be created in the context of that merge request.
......@@ -149,12 +149,12 @@ message Action {
message ActionRequest {
string extension = 1000;
string action = 10100;
string locale_id = 11050;
string space_id = 10500;
string env_id = 10510;
string collection_id = 10520;
string item_id = 10530;
repeated string item_ids = 10540;
string locale_id = 11050;
// Поля к которым применимо действие. В случае если действие выполняется из списка записей, содержит перечень
// полей которые пользователь выбрал для отображения в интерфейсе.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment