Changes between Initial Version and Version 1 of Ticket #30149, comment 2
- Timestamp:
- Feb 4, 2019, 2:31:04 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30149, comment 2
initial v1 3 3 As I commented on #28687, I'm not understanding your issue exactly: 4 4 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. (???) 6 6 7 7 I'm not seeing how this comes up: