Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ebbe098ced
3 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{
|
||||
"version": "3.12.8.100",
|
||||
"version": "3.12.8.101",
|
||||
|
||||
"enums": {
|
||||
|
||||
|
|
@ -4204,7 +4204,7 @@
|
|||
}
|
||||
,
|
||||
{"code": "tradingClearingRegistryType",
|
||||
"type": 12,"name": "Тип торгово-клирингового регистра","shortname": "Тип ТКР","link": "tradingClearingRegistryType"
|
||||
"type": 12,"name": "Тип торгово-клирингового регистра","shortname": "Тип ТКР","link": "tradingClearingRegistryType","linkCode": "code"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
|
||||
<meta version="3.12.8.100">
|
||||
<meta version="3.12.8.101">
|
||||
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
||||
<!--Здесь словари-->
|
||||
<enums>
|
||||
|
|
@ -974,7 +974,7 @@
|
|||
<moneyAccountId type="1" name="Номер денежного счета" shortname="Денежный счет" link="account" linkCode="account" required="true"/>
|
||||
<depoAccountId type="1" name="Номер депозитарного счета" shortname="Депозитарный счет" link="account" linkCode="account"/>
|
||||
<status type="12" name="Наименование статуса" shortname="Статус" link="serviceStatus"/>
|
||||
<tradingClearingRegistryType type="12" name="Тип торгово-клирингового регистра" shortname="Тип ТКР" link="tradingClearingRegistryType"/>
|
||||
<tradingClearingRegistryType type="12" name="Тип торгово-клирингового регистра" shortname="Тип ТКР" link="tradingClearingRegistryType" linkCode="code"/>
|
||||
</post>
|
||||
<put name="Изменение ТКР" confirmation="companyId,code,moneyAccountId,depoAccountId,status" class="ru.spcex.clearing.backendapi.controller.request.cud.registry.TradingClearingRegistryUpdateAction">
|
||||
<id type="1" name="Идентификатор записи" shortname="ID" link="clientCode" linkCode="id" required="true"/>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{
|
||||
"version": "3.12.8.100",
|
||||
"version": "3.12.8.101",
|
||||
|
||||
"enums": {
|
||||
|
||||
|
|
@ -4204,7 +4204,7 @@
|
|||
}
|
||||
,
|
||||
{"code": "tradingClearingRegistryType",
|
||||
"type": 12,"name": "Тип торгово-клирингового регистра","shortname": "Тип ТКР","link": "tradingClearingRegistryType"
|
||||
"type": 12,"name": "Тип торгово-клирингового регистра","shortname": "Тип ТКР","link": "tradingClearingRegistryType","linkCode": "code"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue