Bug #2532
Unable to add more than one external node in solution graph
Start date:
07/19/2022
Due date:
10/21/2022
% Done:
100%
Estimated time:
2.50 h
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.
Updated by Ayush Khandelwal about 2 years ago
- Due date set to 09/21/2022
- Assignee changed from Ayush Khandelwal to Venmuhilan B
- Estimated time set to 2.50 h
Updated by Ayush Khandelwal about 2 years ago
- Tracker changed from Bug to Task
- Status changed from In Progress to New
Unable to add the first external node.
Updated by Ayush Khandelwal about 2 years ago
- 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.
Updated by Venmuhilan B about 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Venmuhilan B about 2 years ago
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
Updated by Venmuhilan B about 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Venmuhilan B to Ayush Khandelwal
Updated by Ayush Khandelwal over 1 year ago
- Assignee changed from Ayush Khandelwal to Ram Kordale
Working as expected