Search button should take to item if selected from autocomplete
This commit is contained in:
parent
23cce8216d
commit
4372ee7db0
14 changed files with 114 additions and 41 deletions
|
@ -138,9 +138,9 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
[WebMethod]
|
||||
public DataSet GetSearchObject(int userId, string filterColumn, string filterValue,
|
||||
int statusId, int roleId, string sortColumn, int startRow, int maximumRows, string colType)
|
||||
int statusId, int roleId, string sortColumn, int startRow, int maximumRows, string colType, string fullType)
|
||||
{
|
||||
return PackageController.GetSearchObject(userId, filterColumn, filterValue, statusId, roleId, sortColumn, startRow, maximumRows, colType);
|
||||
return PackageController.GetSearchObject(userId, filterColumn, filterValue, statusId, roleId, sortColumn, startRow, maximumRows, colType, fullType);
|
||||
}
|
||||
//TODO END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue