•  
      request #23051 Field dependencies issue at artifact creation
    Infos
    #23051
    Nicolas Terray (nterray)
    2021-09-22 13:31
    2021-09-21 13:41
    24601
    Details
    Field dependencies issue at artifact creation

    Given (see example structure in attachment):

    • a field Field 1
      • with a as (default) value
      • only submitable, no update permissions
    • a field Field 2
      • with d, e as values
      • submitable & updatable
    • a field Field 3
      • with g, h as values
      • submitable & updatable
    • the following field dependencies matrix:
      • Field 1(a) ➡️ Field 2(d, e)
      • Field 2(d) ➡️ Field 3(g)
      • Field 2(e) ➡️ Field 3(h)

    When users try to submit an artifact, then field dependencies are not propagated: choosing Field 2(d) or Field 2(e) does not change anything for Field 3. ☹️
    Note: everything is fine at the update of the artifact though.

    Trackers
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Nicolas Terray (nterray)
    Closed
    2021-09-22
    Attachments
    Empty
    References
    Referencing request #23051
    Referenced by request #23051

    Follow-ups