BUG 8732 "Migrate Logo Setup to ExtJS" SOLVED
- there wasn't a right redirection for new PMOS UI afeter apply a new logo - problem fixed, adding a coditional redirection depending of ws
This commit is contained in:
@@ -48,7 +48,8 @@ class Main extends Controller
|
||||
if (isset($_SESSION['_defaultUserLocation'])) {
|
||||
$activeTab = $this->resolveUrlToTabIndex($_SESSION['_defaultUserLocation']);
|
||||
}
|
||||
else if (isset($_GET['st'])) {
|
||||
|
||||
if (isset($_GET['st'])) {
|
||||
$activeTab = $this->getActiveTab($_GET['st']);
|
||||
unset($_GET['st']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user