•  
      request #14589 Kanban Filter not working with empty fields
    Infos
    #14589
    Thomas Hövelmeyer (thomash)
    2020-03-23 11:00
    2020-02-26 09:10
    15831
    Details
    Kanban Filter not working with empty fields

    After upgrading to 11.11 the Filtering in some Kanban Boards does not work anymore.

    1931-2020-02-26%20090342.png

    This seems to be related to Trackers with fields of type "Openlist". When there is an artifact with an empty openlist filed the filtering throws that error.

    We identified the following code to be the problem:

    case "sb": 
    case "rb": 
    case "cb": 
    case "tbl": 
    case "msb": 
    case "shared": 
        return card_field.values.some(function(value)
           { if (typeof value.display_name !== "undefined") 
                { return match(value.display_name); 
           } 
           return match(value.label); 
        });

     

    Agile Dashboard
    11.11
    CentOS 6
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Nicolas Terray (nterray)
    Closed
    2020-03-23
    Attachments
    References

    Follow-ups

    User avatar
    This has been integrated into Tuleap 11.12.99.161

    • Status changed from Under review to Closed
    • Connected artifacts
    • Close date set to 2020-03-23
    User avatar
    I reproduced the issue. Thanks for your report.

    A fix is under review: gerrit #18328

    • Status changed from New to Under review
    • Assigned to changed from None to Nicolas Terray (nterray)
    User avatar
    last edited by: Thomas Hövelmeyer (thomash) 2020-02-26 10:41

    Maybe related to this

    In the - an OpenList Field is rendered like a MultiSelect. For OpenSelect Fields with lots of different entries this results in a very different user experience than before.


    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes