Jicaar
Jicaar

Reputation: 1114

Camunda Modeler no advance mode button

I am looking through the documentation and trying to familiarize myself with the more advance features of the Camunda modeler and noticed in the dmn documentation that some screenshots have a button displaying called "Enter Advanced Mode":

enter image description here

but my modeler never shows it:

enter image description here

I tried tracking it down and downloading the latest version of the modeler but can't figure out why it isn't showing. What am I missing?

Upvotes: 0

Views: 222

Answers (1)

John Fontaine
John Fontaine

Reputation: 1019

Looking at the github repo for the Camunda Modeler it looks like this feature was removed during the update to a React based UI last November. It looks like the screen shots are out of date.

It is no longer present after this commit from November of 2018.

https://github.com/camunda/camunda-modeler/commit/85765888b57b90ab048afed03550a4acbf981511

Upvotes: 1

Related Questions