BUG 10693 Select no activado en informacióel usuario SOLVED

- Bad logic in the user information form when validate the cases menu option
- Fix validation in the user information form
This commit is contained in:
Julio Cesar Laura
2013-02-06 23:03:48 -04:00
parent ae508fd5dd
commit 4ae9972212

View File

@@ -1264,6 +1264,9 @@ function loadUserData()
});
comboDefaultCasesMenuOption.store.on("load", function (store) {
if (comboDefaultMainMenuOption.getValue() == 'PM_CASES') {
comboDefaultCasesMenuOption.enable();
}
comboDefaultCasesMenuOption.setValue(data.user.PREF_DEFAULT_CASES_MENUSELECTED);
});
} else {