MathewWi / umple

Automatically exported from code.google.com/p/umple
0 stars 0 forks source link

Interfaces not showing up in editable view of umple online #662

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

With the following model

{{{
interface Person  
{  

} 

class Mentor
{
  isA Person;
}
}}}

You will see the mentor, but not the Person interface when looking at the 
editable view.  You should!

Original issue reported on code.google.com by aforw...@gmail.com on 16 Jan 2015 at 2:50

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by aforw...@gmail.com on 16 Jan 2015 at 2:53

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by aforw...@gmail.com on 16 Jan 2015 at 3:07