You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/shared/form/builder/ds-dynamic-form-ui/models/relation-group/modal/dynamic-relation-group-modal.components.ts
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ export class DsDynamicRelationGroupModalComponent extends DynamicFormControlComp
Copy file name to clipboardExpand all lines: src/app/shared/form/builder/ds-dynamic-form-ui/models/relation-inline-group/dynamic-relation-inline-group.components.ts
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,7 @@ export class DsDynamicRelationInlineGroupComponent extends DynamicFormControlCom
190
190
}
191
191
192
192
model.securityLevel=mainSecurityLevel;
193
+
model.language=(mainRowasany).language??null;
193
194
194
195
modelGroup.group.forEach((item: any)=>{
195
196
if(item.name!==this.model.name){
@@ -210,29 +211,30 @@ export class DsDynamicRelationInlineGroupComponent extends DynamicFormControlCom
0 commit comments