Bug 120750

Summary: Unable to delete entity from entity list in "UML Model" frame
Product: [Applications] umbrello Reporter: Konstantin Savenkov <savenkov>
Component: generalAssignee: Oliver Kellogg <okellogg>
Status: RESOLVED FIXED    
Severity: normal CC: drmay_en
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Konstantin Savenkov 2006-01-25 00:08:35 UTC
Version:           1.5.1 (using KDE 3.5.0, Debian Package 4:3.5.0-3 (testing/unstable))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.12-1-686

Once created, entity remains in entity list of ER diagram. Selecting it and pressing delete does nothing. I have found no way to delete entity.

Sanity check:
1. Create ER diagram.
2. Create entity (say "A").
3. Delete it from the diagram.
4. OK, now try to delete in from entity list in the leftmost frame titled "UML Model". Huh?
Comment 1 Oliver Kellogg 2006-02-11 22:57:50 UTC
SVN commit 508487 by okellogg:

Set entity attributes to work.
BUG:120742
BUG:120750


 M  +16 -8     associationwidget.cpp  
 M  +3 -7      attribute.h  
 M  +5 -3      classifier.h  
 M  +6 -3      dialogs/classifierlistpage.cpp  
 M  +16 -6     entity.cpp  
 M  +10 -6     entity.h  
 M  +15 -86    entityattribute.cpp  
 M  +10 -26    entityattribute.h  
 M  +15 -1     listpopupmenu.cpp  
 M  +12 -0     model_utils.cpp  
 M  +5 -0      model_utils.h  
 M  +2 -8      object_factory.cpp  
 M  +60 -29    umllistview.cpp  
 M  +13 -11    umllistviewitem.cpp  
 M  +4 -0      umlobject.cpp  
 M  +7 -0      umlobject.h  
Comment 2 Oliver Kellogg 2006-03-09 06:56:10 UTC
*** Bug 123304 has been marked as a duplicate of this bug. ***