-
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
Add wildcard search message #2029 #2048
Conversation
Generated by 🚫 Danger |
@@ -57,8 +57,9 @@ | |||
<% end %> | |||
<hr /> | |||
|
|||
<% if @notes.nil? || @notes.length == 0 %> |
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.
Thanks! I think perhaps we still need this line in case there is no wildcard but also no contributors. But it could be moved under the if @wildcard
condition into an else if @notes.nil? || @notes.length == 0
conditional -- how does that sound?
Ah, and I think that will also resolve the error you're seeing! |
Thanks a lot for your contribution, this is almost there! |
Hi, just checking if you've gotten stuck on this at all, or if I could help in any way? Thanks! |
Hi, @kellyjacksonio -- thanks for your help and if you're interested in contributing we have more open issues over at https://publiclab.github.io/community-toolbox/#r=all However, we're going to go ahead and merge in #2029 to resolve this. Happy to work with you on any future issues and thanks again!!! |
Fixes #2029
Make sure these boxes are checked before your pull request is ready to be reviewed and merged. Thanks!
[x] all tests pass -- rake test:all
[x] code is in uniquely-named feature branch, and has been rebased on top of latest master (especially if you've been asked to make additional changes)
[x] pull request is descriptively named with #number reference back to original issue
Please be sure you've reviewed our contribution guidelines at https://publiclab.org/wiki/contributing-to-public-lab-software
We have a loose schedule of reviewing and pulling in changes every Tuesday and Friday, and publishing changes on Fridays. Please alert developers on plots-dev@googlegroups.com when your request is ready or if you need assistance.
Thanks!