mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix for Jira issue EMM-1418
This commit is contained in:
parent
6b4ab635af
commit
8eeabcee2c
@ -31,6 +31,9 @@ function onRequest() {
|
|||||||
if (response["status"] == "success") {
|
if (response["status"] == "success") {
|
||||||
page["roles"] = response["content"];
|
page["roles"] = response["content"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var userStores = userModule.getSecondaryUserStores();
|
||||||
|
page["userStores"] = userStores;
|
||||||
page["charLimit"] = devicemgtProps["usernameLength"];
|
page["charLimit"] = devicemgtProps["usernameLength"];
|
||||||
page["usernameJSRegEx"] = devicemgtProps["userValidationConfig"]["usernameJSRegEx"];
|
page["usernameJSRegEx"] = devicemgtProps["userValidationConfig"]["usernameJSRegEx"];
|
||||||
page["usernameHelpMsg"] = devicemgtProps["userValidationConfig"]["usernameHelpMsg"];
|
page["usernameHelpMsg"] = devicemgtProps["userValidationConfig"]["usernameHelpMsg"];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user