•  
      request #10865 Unable to comment an artifact that is using a hidden value of a required field
    Infos
    #10865
    Nicolas Terray (nterray)
    2017-12-06 09:44
    2017-11-30 13:46
    11090
    Details
    Unable to comment an artifact that is using a hidden value of a required field
    Given that you have a tracker with a required selectbox with the following values: [A, B, C]
    And an existing artifact has the field selected to A
    When in field usage you change the value A to "hidden"
    Then you cannot update anymore the artifact unless you edit the field to choose B or C.

    You should be able to update the artifact without having to change the value of the field.

    Analysis:
    The form is not submitted because there is a required input that is hidden. Firefox silently ignore the click on the submit button, whereas Chrome raise an error about non reachable input. A possible solution is to reuse (and preselect) a value that is hidden if it is used by the current artifact. Other suggestions welcomed.
    Trackers
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-12-06
    Attachments
    Empty
    References

    Follow-ups