Given a selectbox wth no selectable value (for instance a field dependency blocking all values), when we submit/update the artifact, two
things happen:
- The value is NULL (not set) if done in the artifact view
- The value is
None
(100) if done in the artifact modal
Having no value allow to bypass the field dependency in artifact UI, which is wrong. We have to copy the artifact modal behavior in the artifact view and set the value None
(100) if no data provided.