Ticket #932 (closed Enhancement: fixed)
Webservice: attach directives to arbitrary responses
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: | Application Framework / API |
Module: | deepamehta-webservice |
Description
At the moment directives are send back to the client only for update and delete operations. Since we have association auto-typing (#931) directives must be send for create operations as well. So, a response must be able to transport both at the same time, an entity (the created object) and a list of directives.
Consider e.g. the case when an Address is associated with an Event and the event has already another address. This assignment is deleted then. If this assignment (=association) is visible on the canvas it must be removed.
Change History
Note: See
TracTickets for help on using
tickets.