Bug #2532
Unable to add more than one external node in solution graph
Added by Ram Kordale over 2 years ago.
Updated over 1 year ago.
Description
create a solution graph and pick a node that has an external node attached. now, attempting to add another external node to the node fails.
- Due date set to 09/21/2022
- Assignee changed from Ayush Khandelwal to Venmuhilan B
- Estimated time set to 2.50 h
- Status changed from New to In Progress
- Tracker changed from Bug to Task
- Status changed from In Progress to New
Unable to add the first external node.
- Tracker changed from Task to Bug
- Due date changed from 09/21/2022 to 10/21/2022
Steps to reproduce:
- Go to this page https://edutestqa.appspot.com/admin/solutiongraph
- Right click on the start node, click on 'Add left external node'.
- Add the information with the url and then click 'right' mark. It should create the external node but it is not working.
- Status changed from New to In Progress
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Issue:
This validation method applyNodePopupValidation() will be called based on the onChange event. By default, the URL will be present in the dropdown. If we select Local or Content or go back to URL, it will trigger the onChange event and the external node will be added. If we not select any of the dropdown values, the default value is "URL", the onChange event will not trigger and the external node will not added.
Fix:
trigger the onchange event on loading the page
- Status changed from Resolved to Feedback
- Assignee changed from Venmuhilan B to Ayush Khandelwal
- Assignee changed from Ayush Khandelwal to Ram Kordale
- Status changed from Feedback to Closed
Also available in: Atom
PDF