Forum

[SOLVED] Missing li...
 
Notifications
Retirer tout

[SOLVED] Missing links in test case runs for not Manager+ users

2 Posts
2 Utilisateurs
0 Reactions
2,666 Vu
(@papjul)
Posts: 143
Reputable Member
Début du sujet
 
[#2847]

Hello,

To fix it, change from:
if (!$print and securityCheckDisplayMenu(null, 'TestCase') and securityGetAccessRightYesNo('menuTestCase', 'read', '') == "YES") {
to
if (!$print and securityCheckDisplayMenu(null, 'TestCase') and securityGetAccessRightYesNo('menuTestCase', 'read', $tc) == "YES") {

in /view/objectDetail.php:~3309


 
Posté : 05/01/2016 12:04 pm
(@babynus)
Posts: 14952
Membre Admin
 

THANKS !!!

Issue confirmed, recorded as ticket #1907, and fixed as you proposed.
Fix will be included in V5.2.0
Many thanks


 
Posté : 05/01/2016 12:14 pm
Share:
Retour en haut