Admin import functional
This commit is contained in:
@@ -6,7 +6,7 @@ $(function () {
|
||||
minLength: 2
|
||||
});
|
||||
|
||||
$("input#EmployeeName, input#Assigned, input#UserFullName").autocomplete({
|
||||
$("input#EmployeeName, input#Assigned, input#UserFullName, input#UserName").autocomplete({
|
||||
source: "/User/Autocomplete",
|
||||
minLength: 2
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user