Opened 15 years ago
Last modified 15 years ago
#214 new defect
LinkProxy update with previous duplicated edges fails
Reported by: | kolczyk | Owned by: | steinmet |
---|---|---|---|
Priority: | major | Milestone: | Promot 0.9 |
Component: | PromotGuiVizEdit | Version: | 0.8.3 |
Severity: | fatal | Keywords: | |
Cc: |
Description
code before editing (with duplicated edge):
("activ2houtput_creb1_pinput" :TERMINALS ("activ2h.output" "creb1_p.input" "activ2j.output" "activ3g.input1" "activ2i.input1") :NODES (("1188" "1078")) :EDGES (("0" "-1" NIL) ("1" "-1" NIL) ("2" "-1" NIL) ("3" "-1" NIL) ("0" "-1" NIL) ("4" "-1" NIL)))
if e.g. the nodes activ2h and activ2j are deleted the duplicated edge remains in the list, but one of the valid ones is deleted :(
("activ2houtput_creb1_pinput" :TERMINALS ("creb1_p.input" "activ2i.input1" "activ3g.input1") :NODES (("1188" "1078")) :EDGES (("0" "-1" NIL) ("0" "-1" NIL) ("1" "-1" NIL)))
Link update after renaming one of the connected nodes in the initial link repairs the link..
Attachments (1)
Change History (2)
Changed 15 years ago by kolczyk
comment:1 Changed 15 years ago by rempel
- Component changed from PromotGuiBase to PromotGuiVizEdit
- Owner changed from promot to steinmet
Note: See
TracTickets for help on using
tickets.