Browse Source

Pull request #2292: DEC-19271 e2e: 【自动化】数据连接管理,JNDI和其他类型数据连接中编码的ID不一样,需要改成一样

Merge in DEC/decision-webui-dcm from ~DAILER/decision-webui-dcm:feature/10.0 to feature/10.0

* commit '187bfa513cfa156ee55c2f1878e49f4ebb7ba7a1':
  DEC-19271 e2e: 【自动化】数据连接管理,JNDI和其他类型数据连接中编码的ID不一样,需要改成一样
feature/10.0
parent
commit
837311bb68
  1. 2
      src/modules/pages/maintain/forms/components/form.jndi.ts

2
src/modules/pages/maintain/forms/components/form.jndi.ts

@ -193,7 +193,7 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: BI.TextValueCombo.xtype, type: BI.TextValueCombo.xtype,
$value: 'new-charset-name', $value: 'original-charset-name',
width: 300, width: 300,
value: newCharsetName ? newCharsetName : '', value: newCharsetName ? newCharsetName : '',
items: CONNECT_CHARSET, items: CONNECT_CHARSET,

Loading…
Cancel
Save