Browse Source

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

feature/10.0
dailer 3 years ago
parent
commit
77f5cfe850
  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