backend-api http://jira.mfd.msk:8088/browse/CLS-576 meta
This commit is contained in:
parent
286b3ace2c
commit
afeede8baa
3 changed files with 3 additions and 7 deletions
|
|
@ -4719,9 +4719,7 @@
|
||||||
|
|
||||||
"name": "Удаление депо КС - РДЦ",
|
"name": "Удаление депо КС - РДЦ",
|
||||||
|
|
||||||
"confirmation": "id",
|
"confirmation": "accountId,accountSymbolValue",
|
||||||
|
|
||||||
"class": "ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction",
|
|
||||||
|
|
||||||
"fields": [
|
"fields": [
|
||||||
{"code": "id",
|
{"code": "id",
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@
|
||||||
<accountId type="1" dbname="Идентификатор счета" name="Номер счета" shortname="Счет" link="account" linkCode="account" required="true"/>
|
<accountId type="1" dbname="Идентификатор счета" name="Номер счета" shortname="Счет" link="account" linkCode="account" required="true"/>
|
||||||
<accountSymbolValue type="2" length="255" name="Значение реквизита" shortname="Значение" required="true"/>
|
<accountSymbolValue type="2" length="255" name="Значение реквизита" shortname="Значение" required="true"/>
|
||||||
</post>
|
</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"/>
|
<id type="1" name="Идентификатор записи" shortname="ID" link="account" linkCode="id" required="true"/>
|
||||||
</delete>
|
</delete>
|
||||||
</actions>
|
</actions>
|
||||||
|
|
|
||||||
|
|
@ -4719,9 +4719,7 @@
|
||||||
|
|
||||||
"name": "Удаление депо КС - РДЦ",
|
"name": "Удаление депо КС - РДЦ",
|
||||||
|
|
||||||
"confirmation": "id",
|
"confirmation": "accountId,accountSymbolValue",
|
||||||
|
|
||||||
"class": "ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction",
|
|
||||||
|
|
||||||
"fields": [
|
"fields": [
|
||||||
{"code": "id",
|
{"code": "id",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue