Commit aec27002 by Saliya Randunu

fix enableing AppStatusWorkFlow select box

parent 37af92e1
...@@ -32,7 +32,9 @@ ...@@ -32,7 +32,9 @@
}); });
$("#select_all").on("click",function(){ $("#select_all").on("click",function(){
$('.checkbox-list input:checkbox').not(this).prop('checked', this.checked); $('.checkbox-list input:checkbox').not(this).prop('checked', this.checked);
enableBulkEdit();
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment