| Summary: | Transactional policies should not duplicate information of the corresponding operation. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | Matthias Wienand <matthias.wienand> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
It seems some of these issues have already been addressed. Matthias, could you investigate this and comment here? No, these issues are not addressed, yet: 1) FXBendPolicy: fields 'connection', 'oldLinks', and 'newLinks' should be managed by the operation. 2) FXResizeRelocatePolicy: a new operation is constructed on each drag, but one operation could be created in the beginning, and changed on drag. By now, both policies (FXBendPolicy, FXResizeRelocatePolicy) use the fields of their corresponding operation. Therefore, I change the status to RESOLVED, FIXED. I forgot to actually change the status ;-) |