Camunda-modeler: I have JavaScript error when created flags.json in Resources folder

Created on 30 Apr 2019  路  3Comments  路  Source: camunda/camunda-modeler

Error message:
image

flags.json:
{
"disable-plugins": false,
"disable-adjust-origin": false,
"disable-cmmn": false,
"disable-dmn": false,
"single-instance": false
}

Environment:

  • Windows 10 x64
  • Camunda Modeler 3.1.0
bug

Most helpful comment

Closes via #1364

@barmac @philippfromme should we ship a patch release with this fix (v3.1.1)?

All 3 comments

Hi @slizenko , thanks for sharing! This is definitely a bug, I found out that it came with the single-instance flag. I'll have a look at this.

Update: I found the issue and opened a pull request (cf. #1364).

After merged, it will prevent the app to crash with the single-instance flag set to false. We should consider shipping a patch release after it 馃殌

Closes via #1364

@barmac @philippfromme should we ship a patch release with this fix (v3.1.1)?

Was this page helpful?
0 / 5 - 0 ratings