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:
Albert Santoni 2014-08-01 12:50:02 -04:00
parent d320651735
commit 1c676dee6d
4 changed files with 12 additions and 3 deletions

View file

@ -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);
}
}