Ticket #909 (closed Defect: fixed)

Opened 9 years ago

Last modified 9 years ago

Type editor: renderer attached to an assoc def is lost when assoc def order is changed

Reported by: jri Owned by: jri
Priority: Major Milestone: Release 4.8
Component: DeepaMehta Standard Distribution Version: 4.7
Keywords: Cc: dgf, Malte, JuergeN
Complexity: 3 Area:
Module: deepamehta-typeeditor

Description

Renderers can be attached to assoc defs. They override the renderers attached to the child types then. E.g. the Note definition attaches its custom Title and Text renderers this way. When changing the assoc def order in the type editor (by drag'n'drop in the detail panel) the assoc defs loose their renderers. Title and Text are than rendered by the default renderers. The loss is in memory only. After restarting the server the renderers are back. I think all DM versions are affected.

Change History

comment:1 Changed 9 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Jörg Richter <jri@…>

In bfd9712acad2206227cafa48a83c529099d8ed57/deepamehta:

Fix: keep renderers on sequence change (#909).

When changing the assoc def order (the "sequence") in the type editor (by drag'n'drop in the detail panel) the assoc defs does not loose their renderers.

See #909.

comment:3 Changed 9 years ago by jri

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.