lukaszlenart opened a new issue, #126: URL: https://github.com/apache/struts-intellij-plugin/issues/126
## Context Follow-up to [#122](https://github.com/apache/struts-intellij-plugin/issues/122) / [#124](https://github.com/apache/struts-intellij-plugin/pull/124). After adding a new result by copy-pasting an existing `success` result and renaming it to `delete` (and changing the path to `delete.jsp`), Show Diagram still shows the `delete` result pointing at `/WEB-INF/examples/index.jsp` instead of the updated `delete.jsp` path. ## Acceptance criteria - [ ] Editing a result path in XML updates the corresponding Show Diagram result node label/path after Dom refresh - [ ] Copy-paste of a result element and changing name + path yields distinct nodes with correct paths - [ ] No duplicate/stale identity collision between results that share the previous path ## Notes - Likely snapshot identity / Dom refresh mapping issue in `StrutsConfigDiagramModel` / `StrutsDiagramDataModel` rather than layout. - Soft preference / LTR layout from #122 should remain unchanged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
