Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #35893 Lazybox selection should always be an array
    Infos
    #35893
    Thomas Gorka (tgorka)
    2024-01-31 17:09
    2024-01-30 15:29
    37533
    Details
    Lazybox selection should always be an array

    A lazybox element can be single or multiple, which means it allows users to either select one, or multiple values.

    Its selection_callback, which is executed each time a selection, or deselection occurs, takes different types of parameter depending of the type of lazybox:

    • unknown | null for single lazyboxes
    • unknown[] for multiple lazyboxes

    The goal of the refactoring is to make this callback always take an array as parameter.

    Empty
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Thomas Gorka (tgorka)
    Closed
    2024-01-31
    Attachments
    Empty
    References
    Referenced by request #35893

    Follow-ups