Ticket #283 (closed Defect: fixed)
editing "hidden" aggregated composites does currently not work
Reported by: | Malte | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.11 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | GUI / Usability |
Module: | deepamehta-webclient |
Description
after "editing" a complex type which has a "hidden" aggregated composite (with many cardinality) the "Ok"-button is not rendered and the editing cannot be saved. on client side the webkit console displays Uncaught TypeError? while trying to "render_add_button"..
this is a sub ticket of #30
Attachments
Change History
comment:1 Changed 13 years ago by Malte
- Module set to deepamehta-webclient
- Area set to GUI / Usability
confirmed, with exemplary (editable-hidden) topictype declaration, where dm4.eduzen.module is a composite
"value": "Studiengang", "uri": "dm4.eduzen.studypath", "data_type_uri": "dm4.core.composite", "assoc_defs": [ { "part_topic_type_uri": "dm4.eduzen.studypath.name", "part_cardinality_uri": "dm4.core.one", "assoc_type_uri": "dm4.core.composition_def" }, { "part_topic_type_uri": "dm4.eduzen.module", "part_cardinality_uri": "dm4.core.many", "whole_cardinality_uri": "dm4.core.many", "assoc_type_uri": "dm4.core.aggregation_def", "view_config_topics": [ { "type_uri": "dm4.webclient.view_config", "composite": { "dm4.webclient.editable": false } } ] } ]
comment:3 Changed 13 years ago by Jörg Richter
- Status changed from accepted to closed
- Resolution set to fixed
comment:4 Changed 13 years ago by Jörg Richter
Note: See
TracTickets for help on using
tickets.