Changes between Version 1 and Version 2 of Ticket #30149, comment 2


Ignore:
Timestamp:
Feb 4, 2019, 2:34:32 AM (5 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30149, comment 2

    v1 v2  
    33As I commented on #28687, I'm not understanding your issue exactly:
    44
    5 > At first glance I can't see how both `bool(self.lookup_val_isnull)` and `self.lookup_val_isnull == 'False'` evaluate as True in the Not Empty case. (???)
     5> At first glance I can't see how both `bool(self.lookup_val_isnull)` and `self.lookup_val_isnull` == False evaluate as True in the Not Empty case. (???)
    66
    77I'm not seeing how this comes up:
Back to Top