Changes between Initial Version and Version 1 of Ticket #28687, comment 10
- Timestamp:
- Jan 11, 2019, 10:52:41 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28687, comment 10
initial v1 54 54 55 55 Currently this is not possible because of `bool(self.lookup_val_isnull)` check in selected for `Empty` choice, and if we add `Not Empty` choice like in second example we will get both `Empty` and `Not Empty` choices rendered as selected on `Not Empty` 56 57 This is easy to fix, and I would like to provide PR if this change is OK