Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
The query doesn't finish when I would like to link requirements and test cases?!... :blink:
- I select a requirement,
- I click on the "add a new test case" button,
- I select my list of elements and validate,
- a message indicate that test cases are added, but the list is empty and the waiting-wheel turn endless...
- if I click on the save button (or elsewhere...) a message said "A query is in progress. Please wait."...
Of course a browser refresh solve this problem but it isn't the simplest solution when you have hundreds of requirements to treat!
But I found an other solution :
- I click on the "add a new test case" button,
- I click on the "cancel" button,
- the list is always empty but the waiting-wheel have disapear,
- I click on the "save" button and my list of test cases apears! :woohoo:
I hope my message can help improve ProjeQtOr which is a very good project tracking tool, or someone with this kind of problem ... 😉
=> version of ProjeQtOr : 7.0.4
=> browser used (en version) : FireFox 59.0.2
Issue confirmed
Fix is to replace lines in /view/js/projeqtorDialog.js
line 1374 from
loadContent("../tool/saveLink.php", "resultDiv", "linkForm", true, 'link'+fixedClass);
to
loadContent("../tool/saveLink.php", "resultDiv", "linkForm", true, 'link');
and line 1391 from
+"&linkRef2Id="+refId, "resultDiv", null, true, 'link'+fixedClass);
to
+"&linkRef2Id="+refId, "resultDiv", null, true, 'link');
Fix will be published soon.
Thanks for reporting the issue.
