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
This looks to me like, if it's already there and you have a new value, replace it, if the new value is null, then remove it. If it's not already there then replace it whether or not the new value is null.
The text was updated successfully, but these errors were encountered:
I will state publicly that I hate these integer-based customization interfaces I have made for the past N years.
It's just the easiest way to grant the client control over the order of things they are plugging in. But it forces them to know the IDs of everything that is being added directly or indirectly.
This is also not the first bug I have found. It's not an intuitive interface for the developer either: just expedient!
dc.graph.js/src/core.js
Lines 50 to 61 in 3027fce
This looks to me like, if it's already there and you have a new value, replace it, if the new value is
null
, then remove it. If it's not already there then replace it whether or not the new value isnull
.The text was updated successfully, but these errors were encountered: