Opened 16 years ago
Closed 16 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 by , 16 years ago
| Status: | new → accepted |
|---|
comment:2 by , 16 years ago
| 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