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
@@ -143,7 +143,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
@@ -216,6 +216,7 @@ export class DsDynamicRelationInlineGroupComponent extends DynamicFormControlCom
216
216
}
217
217
218
218
model.securityLevel=mainSecurityLevel;
219
+
model.language=(mainRowasany).language??null;
219
220
220
221
modelGroup.group.forEach((item: any)=>{
221
222
if(item.name!==this.model.name){
@@ -236,29 +237,30 @@ export class DsDynamicRelationInlineGroupComponent extends DynamicFormControlCom
0 commit comments