MantisBT - TestLink |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0008467 | TestLink | Assign Test Case Execution | public | 2018-11-12 15:07 | 2019-05-28 09:14 |
|
Reporter | Zein | |
Assigned To | fman | |
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | |
Platform | | OS | | OS Version | |
Product Version | 1.9.17 (2018 Q1) | |
Fixed in Version | | |
Act. Work | |
Issue Report Quality | |
Database (MySQL,Postgres,etc) | MySQL 5.6.29 |
Browser | |
PHP Version | |
TestCaseID | |
QA Team - Task Workflow Status | TBD |
|
Summary | 0008467: Unable to assign test case execution, clicking a test case in the viewer redirects to homepage instead. |
Description | As the title states, if we ever try to assign test case execution, and then click on a specific test case we'd like to assign, we just get redirected to the home page.
The only workaround we have so far is to assign the test cases as they're being executed, which is less than optimal for us. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0008469 | closed | fman | Cannot create or import Requirement Specifications, redirected to home page |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-11-12 15:07 | Zein | New Issue | |
2018-11-12 16:15 | fman | Relationship added | related to 0008469 |
2018-11-12 16:16 | fman | Assigned To | => fman |
2018-11-12 16:16 | fman | Status | new => feedback |
2019-01-29 10:47 | kristian | Note Added: 0028474 | |
2019-01-29 11:08 | fman | Note Added: 0028475 | |
2019-02-02 15:27 | fman | QA Team - Task Workflow Status | => TBD |
2019-02-02 15:27 | fman | Note Added: 0028499 | |
2019-02-02 15:27 | fman | Status | feedback => resolved |
2019-02-02 15:27 | fman | Resolution | open => unable to reproduce |
2019-05-28 08:35 | wyy9658 | Note Added: 0028874 | |
2019-05-28 08:40 | fman | Note Added: 0028875 | |
2019-05-28 09:14 | wyy9658 | Note Added: 0028876 | |
Notes |
|
|
I see this issue on a bitnami testlink 1.9.18 instance
https://bitnami.com/stack/testlink [^]
What feedback can I provide? Is updating to 1.9.19 beforehand required to supply feedback? |
|
|
(0028475)
|
fman
|
2019-01-29 11:08
|
|
@kristian
I'm not able to reproduce this issue.
Yes as you have suggested the best approach => get 1.9.19 from bitnami, and retest
regards |
|
|
(0028499)
|
fman
|
2019-02-02 15:27
|
|
Unfortunately we have received no more user feedback |
|
|
|
Hi @fman ,
I was experiencing same problem.
[Env]
testlink v1.9.19 upgraded from v1.9.13
centos + xampp (php v7.2)
[Actions]
On mainpage, click "Assign Test Case Execution"
Expand left panel for any testcase or testsuite
Click on any testcase or testsuite
[Symptoms]
On running Javascript function 'ST' or 'STS', the page redirected to mainpage.
[Findings]
On execution of tc_exec_assignment.php,
line: testlinkInitPage($db,false,false,"checkRights"); will get false result.
Change this line to
testlinkInitPage($db,false,false); will get a workaround. |
|
|
(0028875)
|
fman
|
2019-05-28 08:40
|
|
@wyy9658, please do not add notes in a resolved issue.
your workaround is BAD, the system is working as expected because you do not have the appropriate rights => add the rights to the user |
|
|
|
@fman, I will add note this time only.
With v1.9.13: the user can assign test case exec.
Upgraded to v1.9.19: redirect to main page.
Upgraded to v1.9.19, set the user to admin: The user can assign teat case exec.
It looks like rights issue on software upgrade.
I'm going to review rights setting and change back to original code again. |
|