backend-api update meta 3.9.0.65 (fix shortname)

This commit is contained in:
AKurakin 2023-11-02 12:53:44 +03:00
parent 81c4c9fa99
commit 9b26fb2290
3 changed files with 12 additions and 12 deletions

View file

@ -4688,11 +4688,11 @@
}
,
{"code": "accountId",
"type": 1,"dbname": "Идентификатор счета","name": "Счет Депо КС","shortName": "Счет Депо КС","searchable": true,"sortable": true,"visible": true,"link": "account","linkCode": "account"
"type": 1,"dbname": "Идентификатор счета","name": "Счет Депо КС","shortname": "Счет Депо КС","searchable": true,"sortable": true,"visible": true,"link": "account","linkCode": "account"
}
,
{"code": "accountSymbolValue",
"type": 2,"length": 255,"name": "Счет РДЦ","shortName": "Счет РДЦ","searchable": true,"sortable": true,"visible": true
"type": 2,"length": 255,"name": "Счет РДЦ","shortname": "Счет РДЦ","searchable": true,"sortable": true,"visible": true
}
]
,"actions":[
@ -4706,11 +4706,11 @@
"fields": [
{"code": "accountId",
"type": 1,"dbname": "Идентификатор счета","name": "Счет Депо КС","shortName": "Счет Депо КС","link": "account","linkCode": "account","required": true
"type": 1,"dbname": "Идентификатор счета","name": "Счет Депо КС","shortname": "Счет Депо КС","link": "account","linkCode": "account","required": true
}
,
{"code": "accountSymbolValue",
"type": 2,"length": 255,"name": "Счет РДЦ","shortName": "Счет РДЦ","required": true
"type": 2,"length": 255,"name": "Счет РДЦ","shortname": "Счет РДЦ","required": true
}
]
}

View file

@ -1086,12 +1086,12 @@
</depoAccount>
<accountSymbols name="Депо КС - РДЦ" destination="accounting/depo-accounts-symbols" class="ru.clearing.classes.statics.data.account.AccountSymbols" logUpdates="true" table="depo_account_symbols">
<id type="1" name="Идентификатор записи" shortname="ID" searchable="true" sortable="true"/>
<accountId type="1" dbname="Идентификатор счета" name="Счет Депо КС" shortName= "Счет Депо КС" searchable="true" sortable="true" visible="true" link="account" linkCode="account"/>
<accountSymbolValue type="2" length="255" name="Счет РДЦ" shortName="Счет РДЦ" searchable="true" sortable="true" visible="true"/>
<accountId type="1" dbname="Идентификатор счета" name="Счет Депо КС" shortname= "Счет Депо КС" searchable="true" sortable="true" visible="true" link="account" linkCode="account"/>
<accountSymbolValue type="2" length="255" name="Счет РДЦ" shortname="Счет РДЦ" searchable="true" sortable="true" visible="true"/>
<actions>
<post name="Добавление депо КС - РДЦ" confirmation="accountId,accountSymbolValue" class="ru.spcex.clearing.backendapi.controller.request.cud.account.AccountSymbolsNewAction">
<accountId type="1" dbname="Идентификатор счета" name="Счет Депо КС" shortName= "Счет Депо КС" link="account" linkCode="account" required="true"/>
<accountSymbolValue type="2" length="255" name="Счет РДЦ" shortName="Счет РДЦ" required="true"/>
<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="accountId,accountSymbolValue">
<id type="1" name="Идентификатор записи" shortname="ID" link="account" linkCode="id" required="true"/>

View file

@ -4688,11 +4688,11 @@
}
,
{"code": "accountId",
"type": 1,"dbname": "Идентификатор счета","name": "Счет Депо КС","shortName": "Счет Депо КС","searchable": true,"sortable": true,"visible": true,"link": "account","linkCode": "account"
"type": 1,"dbname": "Идентификатор счета","name": "Счет Депо КС","shortname": "Счет Депо КС","searchable": true,"sortable": true,"visible": true,"link": "account","linkCode": "account"
}
,
{"code": "accountSymbolValue",
"type": 2,"length": 255,"name": "Счет РДЦ","shortName": "Счет РДЦ","searchable": true,"sortable": true,"visible": true
"type": 2,"length": 255,"name": "Счет РДЦ","shortname": "Счет РДЦ","searchable": true,"sortable": true,"visible": true
}
]
,"actions":[
@ -4706,11 +4706,11 @@
"fields": [
{"code": "accountId",
"type": 1,"dbname": "Идентификатор счета","name": "Счет Депо КС","shortName": "Счет Депо КС","link": "account","linkCode": "account","required": true
"type": 1,"dbname": "Идентификатор счета","name": "Счет Депо КС","shortname": "Счет Депо КС","link": "account","linkCode": "account","required": true
}
,
{"code": "accountSymbolValue",
"type": 2,"length": 255,"name": "Счет РДЦ","shortName": "Счет РДЦ","required": true
"type": 2,"length": 255,"name": "Счет РДЦ","shortname": "Счет РДЦ","required": true
}
]
}