You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cosmoz-omnitable-columnfilter is a String. Because of that there is nothing to serialize, deserialize and we just need to check for falsy values ('', null, undefined).
Description
In
cosmoz-omnitable-column
, the function_serializeFilter
fromcosmoz-omnitable-column-behavior
is overridden, and simply returns the filter object.cosmoz-omnitable/cosmoz-omnitable-column.html
Lines 45 to 47 in ab73c90
This behavior is verified by a unit test:
cosmoz-omnitable/test/basic.html
Lines 130 to 136 in ab73c90
If this is really the desired behavior, there should be at least a comment that explain why this is so.
The text was updated successfully, but these errors were encountered: