BUG 8875 "Feature: New ExtJS based Login & Main ProcessMaker inter..." 3rd
- fixed compatibilities to user default redirection after login - user experience simplified compatibilities with uxmodern interface
This commit is contained in:
@@ -26,7 +26,6 @@ class Admin extends Controller
|
||||
foreach ($skinsList['skins'] as $skin) {
|
||||
$skins[] = array($skin['SKIN_FOLDER_ID'], $skin['SKIN_NAME']);
|
||||
}
|
||||
$skins[] = array('uxmodern', 'uxmodern');
|
||||
|
||||
foreach ($timeZonesList as $tz) {
|
||||
$timeZones[] = array($tz, $tz);
|
||||
|
||||
Reference in New Issue
Block a user