-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable user search in evaluations #3058
Conversation
c9814f4
to
0de1ed7
Compare
I rebased this on develop since #3056 was merged |
@@ -67,8 +70,9 @@ | |||
</div> | |||
</div> | |||
</div> | |||
<p class="help-block"></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This help paragraph was removed. @niknetniko can you remember if we used this for something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was a mistake, and can be safely removed.
@@ -0,0 +1,2 @@ | |||
$("#evaluation-table-wrapper").html("<%= escape_javascript(render 'evaluation_table', feedbacks: @feedbacks, evaluation: @evaluation, users: @users) %>") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be optimized to only update the visible table, but it would leave it like this for now.
This pull request enables the searchbar in the evaluations.
Note: it needs #3056 to work correctly
Closes #2824.