•  
      request #37556 Do not mix list binds with open list test builder
    Infos
    #37556
    Joris MASSON (jmasson)
    2024-04-05 13:44
    2024-04-04 17:51
    39147
    Details
    Do not mix list binds with open list test builder

    Similar to what was done for git #tuleap/stable/6bac1b569739441da9ba0406ba9274399fa42c2d, we should not mix constructor methods for List Bind objects within the OpenListFieldBuilder. Building list fields requires two different builders, but that's the way the production code is. Trying to mix them together makes it hard to untangle, and makes the builder more complicated. We can let the caller decide how they want to create the open list field and then pass it to the builder for the List Bind.

    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Joris MASSON (jmasson)
    Closed
    2024-04-05
    Attachments
    Empty
    References

    Follow-ups