Forum

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.

[SOLVED] Endless qu...
 
Notifications
Clear all

[SOLVED] Endless query when linking a requirement to a test case

2 Posts
2 Users
0 Reactions
2,905 Views
 VEYE
(@fveye)
Posts: 12
Active Member
Topic starter
 
[#5098]

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


 
Posted : 25 Apr 2018 17H55
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 26 Apr 2018 0H38
Share:

Scroll to Top