Fix user settings again for Super Admins, also Zend routing tweak
* Better fix for language and interface settings not being able to change for Super Admins * Fixes Zend routing on Trusty, for whatever reason
This commit is contained in:
parent
d320651735
commit
1c676dee6d
4 changed files with 12 additions and 3 deletions
|
@ -131,6 +131,7 @@ class Application_Form_EditUser extends Zend_Form
|
|||
//$this->_redirect('billing/client');
|
||||
$element->setAttrib('disabled', 'disabled');
|
||||
$element->setAttrib('readonly', 'readonly');
|
||||
$element->setRequired(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue