-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fixed Issue #8031
Fixed Issue #8031
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8031 +/- ##
========================================
Coverage 82.04% 82.05%
========================================
Files 97 100 +3
Lines 5643 5772 +129
========================================
+ Hits 4630 4736 +106
- Misses 1013 1036 +23
|
@@ -26,7 +26,7 @@ | |||
<% end %> | |||
<form id="questions_searchform" role="search" autocomplete="off" action="/post"> | |||
<div class="input-group"> | |||
<input tabindex="1" id="questions_searchform_input" type="text" name="title" class="<%= "disabled " if !current_user %>form-control search-query typeahead" qryType="questions" placeholder="type your question"> |
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.
Hello @imanishbarnwal and thanks for working on this...this file was not part of the issue you have linked...Is this for another issue? if so, kindly indicate...we normally have one pull request per issue. Thanks
I'll try retriggering the tests here! |
This PR has been open for a long time and no activity/ reviews requested has not been addressed. We understand you might be busy and engaged on other things. I am closing this for now...please feel free to reopen if you get some time and would like to finish this. Rem to check if its still available before you reopen. Thanks |
Fixes #6551 (<=== Add issue number here)
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!