File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 1- 0.0.372
1+ 0.0.373
You can’t perform that action at this time.
0 commit comments