[Uml-devel] KDE/kdesdk/umbrello/umbrello

Sharan Rao sharanrao at gmail.com
Thu Feb 21 14:37:24 UTC 2008


SVN commit 777764 by sharan:

Allow attaching a Note to an Entity in Entity Relationship Diagram


 M  +1 -0      assocrules.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/assocrules.cpp #777763:777764
@@ -435,6 +435,7 @@
     { at_Anchor,        wt_Message,     wt_Note,        false,  false,  false,  false },
     { at_Anchor,        wt_State,       wt_Note,        false,  false,  false,  false },
     { at_Anchor,        wt_Activity,    wt_Note,        false,  false,  false,  false },
+    { at_Anchor,        wt_Entity,      wt_Note,        false,  false,  false,  false },
     { at_Relationship,  wt_Entity,      wt_Entity,      true,   true,   true,   true  },
     { at_Exception,     wt_Activity,    wt_Activity,    true,   false,  true,   true  },
     { at_Exception,     wt_Activity,    wt_Signal,      true,   false,  true,   true  },




More information about the umbrello-devel mailing list