Skip to content

Commit fbcee3a

Browse files
committed
bump
1 parent 524267d commit fbcee3a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,8 @@ module openflow {
14621462
}
14631463
async renderform() {
14641464
if (this.model.fbeditor == null || this.model.fbeditor == undefined) this.model.fbeditor = true;
1465+
if ((this.model.fbeditor as any) == "true") this.model.fbeditor = true;
1466+
if ((this.model.fbeditor as any) == "false") this.model.fbeditor = false;
14651467
if (this.model.fbeditor == true) {
14661468
// https://www.npmjs.com/package/angular2-json-schema-form
14671469
// http://www.alpacajs.org/demos/form-builder/form-builder.html
@@ -1631,6 +1633,8 @@ module openflow {
16311633
}
16321634
async renderform() {
16331635
if (this.form.fbeditor == null || this.form.fbeditor == undefined) this.form.fbeditor = true;
1636+
if ((this.form.fbeditor as any) == "true") this.form.fbeditor = true;
1637+
if ((this.form.fbeditor as any) == "false") this.form.fbeditor = false;
16341638
if (this.form.fbeditor === true) {
16351639
console.debug("renderform");
16361640
var ele: any;

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.372
1+
0.0.373

0 commit comments

Comments
 (0)