Changeset 7483


Ignore:
Timestamp:
May 14, 2018, 2:25:20 PM (5 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #2117: Filtering doesn't work for annotation types with "Interface=selection list"

This bug was created as a side-effect by #2098. We are trying to set a new property (.div) on a "String" object. This is not allowed in strict mode.

In any case, this time the fix was to simply remove that line of code since we never used the value later on.

As a side-note, similar code is used when the Interface=radiobuttons/checkboxes option is selected. But in this case the list of options is our own custom objects instead of strings and we actually need the .div property as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.