Ticket #246 (closed Defect: fixed)
Deleted types stay in menus
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.2 |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.10 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | GUI / Usability |
Module: | deepamehta-webclient |
Description
Applies to all the type menus:
- Create menu
- Type Search menu
- Retype menu
Attachments
Change History
comment:3 Changed 11 years ago by carolina
From a user perspective it would be nice to have this implemented, since it really makes difficult to deal with the understanding of how DM works in relation to the creation of topic types. Is distraction not to know which topic types exist and which ones were deleted.
comment:4 Changed 11 years ago by jri
You're absolutely right.
This will be fixed in the next release.
Thank you for commenting!
comment:6 Changed 11 years ago by Jörg Richter
- Status changed from accepted to closed
- Resolution set to fixed
Webclient: fix deleting types (#246, #608).
Deleted types disappear from type menus (#246).
2 new client-side events (#608):
post_delete_topic_type post_delete_association_type
Fired once a type has been deleted. The type URI is passed to the listener.
Webclient API has 2 new methods:
dm4c.do_delete_topic_type(type_uri) dm4c.do_delete_association_type(type_uri)
REST client has 2 new methods:
dm4c.restc.delete_topic_type(type_uri) dm4c.restc.delete_association_type(type_uri)