BUG 8899 En Experience User en el deslogueo se direcciona... SOLVED
- Not checked with the default skin. - was modified the class.g to verify skin from the configuration
This commit is contained in:
@@ -988,7 +988,8 @@ class G
|
||||
/* Fix to prevent use uxs skin outside siplified interface,
|
||||
because that skin is not compatible with others interfaces*/
|
||||
if ($SYS_SKIN == 'uxs' && $SYS_COLLECTION != 'home' && $SYS_COLLECTION != 'cases') {
|
||||
$SYS_SKIN = 'classic';
|
||||
$config = System::getSystemConfiguration();
|
||||
$SYS_SKIN = $config['default_skin'];
|
||||
}
|
||||
|
||||
define("SYS_LANG", $SYS_LANG);
|
||||
|
||||
Reference in New Issue
Block a user