Skip to content
Snippets Groups Projects

Issue #93: Add option to select name for view

Merged Rafael Dias requested to merge issue/93 into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -108,7 +108,7 @@ export class View {
@@ -108,7 +108,7 @@ export class View {
} else {
} else {
this.name = "view_" + this.id;
this.name = "view_" + this.id;
}
}
}
}
}
}
Loading