Bug #1093
Feature #1079: Create new KV lookup
Incorrect values for booleans should be ignored
Start date:
10/28/2015
Due date:
% Done:
100%
Description
Currently, the empty rows produce cells with "bad-input" for boolean values. This is an issue when creating empty rows for an empty lookup.
History
#1 Updated by Luke Murphey about 9 years ago
- Subject changed from When created empty rows, make sure to pay attention to types to When creating empty rows for an empty, make sure to pay attention to types
#2 Updated by Luke Murphey about 9 years ago
- Subject changed from When creating empty rows for an empty, make sure to pay attention to types to Incorrect values for booleans should be ignored
- Description updated (diff)
#4 Updated by Luke Murphey about 9 years ago
Not sure to handle this. I tried overriding the prepare function in order to set the value to true. It didn't work. It only gets called only when the cell is clicked.
#5 Updated by Luke Murphey about 9 years ago
Also, I have to set the renderer and set the type to 'bool'.
#6 Updated by Luke Murphey about 9 years ago
The following overrides were attempted but failed to be called at the start:
- createElements
- prepare
- init
- open
#7 Updated by Luke Murphey about 9 years ago
From what I can tell, the editor doesn't handle rendering of the cell.
#8 Updated by Luke Murphey about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100