Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We were experiencing error with invalid type comparison on the following software:
ActionView::Template::Error (PG::UndefinedFunction: ERROR: operator does not exist: boolean = integer LINE 1: SELECT COUNT(*) FROM "time_loggers" WHERE (paused = 0 and us... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. : SELECT COUNT(*) FROM "time_loggers" WHERE (paused = 0 and user_id != 115)): 52: <% if User.current.allowed_to?(:view_others_time_loggers, nil, :global => true) %> 53: <div id="all-time-loggers-list"> 54: <h3><%= l(:time_logger_label_other_time_loggers) %></h3> 55: <% if !@time_loggers.nil? and !@time_loggers.empty? %> 56: <div class="autoscroll"> 57: <table class="list"> 58: <thead> plugins/time_logger/app/views/time_loggers/index.html.erb:55:in