You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to add a child test plan when using the tree view.
Version or commit hash (if applicable)
v7.2.x
Steps to Reproduce
In View Test Plan, go to Tree View tab
Click Add child node to current plan
Specify the Test Plan ID to be added as child node, click Submit.
Actual results
Error 500 is encountered with null parent_id in request.
Expected results
Child node should be added successfully.
Additional info (Python traceback, logs, etc.)
File ".../tcms/testplans/views.py" in post
408. parent_id = int(request.POST.get('parent_id'))
Exception Type: ValueError at /plan/update-parent/
Exception Value: invalid literal for int() with base 10: ''
The text was updated successfully, but these errors were encountered:
Description of problem
Failed to add a child test plan when using the tree view.
Version or commit hash (if applicable)
v7.2.x
Steps to Reproduce
Actual results
Error 500 is encountered with null parent_id in request.
Expected results
Child node should be added successfully.
Additional info (Python traceback, logs, etc.)
The text was updated successfully, but these errors were encountered: