You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under "presets->create new", we still have the option "New State Machine". This option is obsolete (it is a left-over from the FW Profile Editor) and we should remove it.
The text was updated successfully, but these errors were encountered:
This is not in the code, but it is in database. You can see the table 'diagrams'. The first two rows (id 1 and 2) are templates for new state machine and procedure. The row with id=1 should be deleted from the database.
Also it is in install.php (at the bottom), so the line which inserts row with "New State Machine" can be simply deleted. As well as the presets with state machines (row id 3 and 4).
Under "presets->create new", we still have the option "New State Machine". This option is obsolete (it is a left-over from the FW Profile Editor) and we should remove it.
The text was updated successfully, but these errors were encountered: