Browse Source

Merge pull request #2303 in DEC/decision-webui-dcm from feature/10.0 to research/10.0

* commit '837311bb683e534cd66afdcf24840dae59a7888f':
  DEC-19271 e2e: 【自动化】数据连接管理,JNDI和其他类型数据连接中编码的ID不一样,需要改成一样
research/10.0
superman 3 years ago
parent
commit
bad6d7a9f0
  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,
forms: [{
type: BI.TextValueCombo.xtype,
$value: 'new-charset-name',
$value: 'original-charset-name',
width: 300,
value: newCharsetName ? newCharsetName : '',
items: CONNECT_CHARSET,

Loading…
Cancel
Save