SAAS-461: Re-enable timezone and language settings for Super Admins
This commit is contained in:
parent
4b4554476a
commit
d320651735
3 changed files with 22 additions and 6 deletions
|
@ -124,11 +124,7 @@ class UserController extends Zend_Controller_Action
|
|||
}
|
||||
|
||||
public function editUserAction()
|
||||
{
|
||||
if (Application_Model_User::getCurrentUser()->isSuperAdmin()) {
|
||||
$this->_redirect('billing/client');
|
||||
}
|
||||
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
$form = new Application_Form_EditUser();
|
||||
if ($request->isPost()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue