| Summary: | [Element Edit Service] Re-orient command are not correctly return by the edit service | ||
|---|---|---|---|
| Product: | [Modeling] Papyrus | Reporter: | Yann Tanguy <yann.tanguy> |
| Component: | Core | Assignee: | Yann Tanguy <yann.tanguy> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Fixed in r3997 (0.8.0M4 Indigo) |
The getReorientRelationshipCommand implementation lacks on DependencyEditHelper @Override protected ICommand getReorientRelationshipCommand(ReorientRelationshipRequest req) { return new DependencyReorientCommand(req); }