Skip to content

Commit 3404ef9

Browse files
committed
Add missing iel; Fix ui: Manage Meaning: Crashes when saving empty relation #2215
1 parent bd00f6a commit 3404ef9

File tree

1 file changed

+1
-0
lines changed
  • Console/BExIS.Web.Shell/Areas/RPM/BExIS.Modules.Rpm.UI.Svelte/src/lib/components/meaning

1 file changed

+1
-0
lines changed

Console/BExIS.Web.Shell/Areas/RPM/BExIS.Modules.Rpm.UI.Svelte/src/lib/components/meaning/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export class MeaningModel {
3535
export class meaningEntryType {
3636
mappingRelation: listItemType;
3737
mappedLinks: listItemType[];
38+
isValid: boolean = true;
3839

3940
public constructor() {
4041
this.mappingRelation = { id: -1, text: '', group: '', description: '' };

0 commit comments

Comments
 (0)