Opened 14 years ago
Closed 14 years ago
#81 closed task (fixed)
mark-as-deleted -> UI -> Bug in generating TMCL information
Reported by: | lgiessmann | Owned by: | lgiessmann |
---|---|---|---|
Priority: | major | Milestone: | miscellaneous 2010 |
Component: | data-model | Version: | 0.1 |
Keywords: | Cc: |
Description
There is a bug when generating TMCL-information after a Topic(type) was deleted
=>
When a topic is deleted all associations where the topic is a roleplayer are also deleted, i.e. the role is not bound to an association in the latest role.
Traversing over these roles causes an error in some calls, e.g.
(loop for role in (player-in-roles deleted-topic)
when (instance-of (parent role)) ; -> (parent role) is nil
...
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → accepted |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
fixed in svn revision 332 -> http://trac.common-lisp.net/isidorus/changeset/332