•  
      request #30376 Empty selectbox value must be considered as None
    Infos
    #30376
    Yannis ROSSETTO (rossettoy)
    2023-01-23 17:52
    2023-01-16 21:26
    31962
    Details
    Empty selectbox value must be considered as None

    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.

    Trackers
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Yannis ROSSETTO (rossettoy)
    Declined
    2023-01-23
    Attachments
    Empty
    References

    Follow-ups