Feature #2509
Mapping properties to complex object -> Part-Mappings
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
MVC
Target version:
Start date:
2009-01-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
Example: There is a "Customer" domain object with 10 properties.
In the View, we render a form to change two of these properties.
-> However, Data Mapping creates an object with all properties, but only two were submitted.
Somehow we need to make the actually sent properties accessible - to only map these to the target domain object then.
Updated by Robert Lemke over 11 years ago
- Status changed from New to Needs Feedback
Is this ticket still valid? If yes, can you explain it in more detail?
Updated by Sebastian Kurfuerst over 11 years ago
- Status changed from Needs Feedback to Closed
I think this is solved already. Thanks for pointing this out!