in file handler.inc line 1591 function build_join there is bug:
elseif (!empty($info['value'])) {
need to be
elseif (isset($info['value'])) {

because 0 can be the value of the join

CommentFileSizeAuthor
#3 can_t_join_0_value-2795991-3.patch631 bytesdev18.addweb

Comments

binyaminw created an issue. See original summary.

zalak.addweb’s picture

Issue tags: +views
dev18.addweb’s picture

StatusFileSize
new631 bytes
dev18.addweb’s picture

Status: Active » Needs review
b-prod’s picture

Status: Needs review » Closed (duplicate)