Bug 5673, the issue of dependent fields in a dynaform seems to be related to a session loss problem.

This commit is contained in:
Gustavo Adolfo Cruz Laura
2010-12-10 15:37:07 +00:00
parent 554e075158
commit ec8edf4feb
2 changed files with 3 additions and 14 deletions

View File

@@ -493,7 +493,7 @@ $startingTime = array_sum(explode(' ',microtime()));
and SYS_TARGET != 'autoinstallPlugins'
and SYS_TARGET != 'heartbeatStatus'
and SYS_COLLECTION != 'services' and SYS_COLLECTION != 'tracker' and $collectionPlugin != 'services'
and $bWE != true and SYS_TARGET != 'defaultAjaxDynaform' and SYS_TARGET != 'cases_ShowDocument') {
and $bWE != true and SYS_TARGET != 'defaultAjaxDynaform' and SYS_TARGET != 'dynaforms_checkDependentFields' and SYS_TARGET != 'cases_ShowDocument') {
$bRedirect = true;
if (isset($_GET['sid'])) {
G::LoadClass('sessions');