Actions
Bug #4912
closedFile => New Workflow => FSM Model and Modal Model don't work
Start date:
03/29/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4912
Description
Trying to open a new blank FSM Model or Modal Model from the Kepler File menu doesn't work in trunk (it does work in the 2.0 branch).
FSM Model gives an exception, and then opens the xml as text, and Modal Model just opens the xml as text.
Updated by Daniel Crawl over 14 years ago
This occurs when using the wrp suite since the tagging module overrides BasicGraphController and gets a class cast exception on line 509. In addition to fixing this problem, the changes to BasicGraphController should really be folded into ptolemy.
Actions