This commit is contained in:
AKurakin 2023-11-01 12:39:48 +03:00
parent 286b3ace2c
commit afeede8baa
3 changed files with 3 additions and 7 deletions

View file

@ -4719,9 +4719,7 @@
"name": "Удаление депо КС - РДЦ",
"confirmation": "id",
"class": "ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction",
"confirmation": "accountId,accountSymbolValue",
"fields": [
{"code": "id",

View file

@ -1093,7 +1093,7 @@
<accountId type="1" dbname="Идентификатор счета" name="Номер счета" shortname="Счет" link="account" linkCode="account" required="true"/>
<accountSymbolValue type="2" length="255" name="Значение реквизита" shortname="Значение" required="true"/>
</post>
<delete name="Удаление депо КС - РДЦ" confirmation="id" class="ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction">
<delete name="Удаление депо КС - РДЦ" confirmation="accountId,accountSymbolValue">
<id type="1" name="Идентификатор записи" shortname="ID" link="account" linkCode="id" required="true"/>
</delete>
</actions>

View file

@ -4719,9 +4719,7 @@
"name": "Удаление депо КС - РДЦ",
"confirmation": "id",
"class": "ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction",
"confirmation": "accountId,accountSymbolValue",
"fields": [
{"code": "id",