luisneiva / graf-framework

Automatically exported from code.google.com/p/graf-framework
0 stars 0 forks source link

Can't have classes without state machines #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you have an object of a class that has no state machine then you'll get an 
error. But it's perfectly normal for classes to have no state machines. We need 
to stop this error happening and make it so nothing happens when you right 
click on the object. This happens in the Invoicer model if you add an object of 
class Order.

Original issue reported on code.google.com by oscar...@gmail.com on 27 Jun 2010 at 5:45

GoogleCodeExporter commented 9 years ago
This has been fixed by checking the number of states should not be zero.

Original comment by franksd...@gmail.com on 6 Jul 2010 at 2:05