Hello,
I just updated to 1.6.3 and the httpconf.php view page has a very annoying bug:
If you disable a scenario, you will never see it again.
It's only a "viewing" bug as you can come back to the scenario by changing the httptestid parameter.
The bug is probably on line 402 :
' AND wt.status <> 0 '
Looking at the code, I probably found another bug :
Line 85: update_profile('web.httpconf.showdisabled',$showdi sabled, PROFILE_TYPE_STR);
Should be : update_profile('web.httpconf.showdisabled',$showdi sabled, PROFILE_TYPE_INT);
Pior
I just updated to 1.6.3 and the httpconf.php view page has a very annoying bug:
If you disable a scenario, you will never see it again.
It's only a "viewing" bug as you can come back to the scenario by changing the httptestid parameter.
The bug is probably on line 402 :
' AND wt.status <> 0 '
Looking at the code, I probably found another bug :
Line 85: update_profile('web.httpconf.showdisabled',$showdi sabled, PROFILE_TYPE_STR);
Should be : update_profile('web.httpconf.showdisabled',$showdi sabled, PROFILE_TYPE_INT);
Pior
Comment