Skip to content

Commit

Permalink
Disabling fix for assessment search #14
Browse files Browse the repository at this point in the history
  • Loading branch information
yq12 committed Apr 3, 2020
1 parent 74df63e commit 6cbdbb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ protected void init() {
}

agents = newAgents;
rowClasses = getRelativeRowClasses((ArrayList<AgentResults>) agents);
// rowClasses = getRelativeRowClasses((ArrayList<AgentResults>) agents);
}

//added for showing status correctly the searched result -Qu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected void init() {
}

agents = newAgents;
rowClasses = getRelativeRowClasses((ArrayList<AgentResults>) agents);
// rowClasses = getRelativeRowClasses((ArrayList<AgentResults>) agents);
}

//added for showing status correctly the searched result -Qu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ protected void init() {
}

agents = newAgents;
rowClasses = getRelativeRowClasses((ArrayList<AgentResults>) agents);
// rowClasses = getRelativeRowClasses((ArrayList<AgentResults>) agents);
}

//added for showing status correctly the searched result -Qu
Expand Down

0 comments on commit 6cbdbb1

Please sign in to comment.