Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Fix issue user/role search at adding workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwijayarathna authored and hasinthaindrajee committed Sep 14, 2015
1 parent 7e64e5f commit 250d58f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
pageNumber = "0";
}
if (doValidateForm($("#id_search"), '<fmt:message key="error.input.validation.msg"/>')) {
if (doValidateForm($("#id_search")[0], '<fmt:message key="error.input.validation.msg"/>')) {
var category = $("input[name=radio_user_role]:checked").val();
$.ajax({
url: "/userandrolemgtservice?category=" + category + "&pageNumber=" + pageNumber,
Expand Down

0 comments on commit 250d58f

Please sign in to comment.