• Eike Rathke's avatar
    Resolves: tdf#112258 correctly pick items from AutoFilter selection · bece4b67
    Eike Rathke yazdı
    Combining only one child with one parent to lookup is not sufficient if we have
    year,month,day chains. The entire chain is needed.
    
    Regression from
    
        commit 2a39dc74
        Date:   Thu Jun 1 18:27:13 2017 +0200
    
            tdf#108259 Fix nested checkbox handling in autofilter popup
    
    and
    
        commit 511fb8e8
        Date:   Wed May 31 10:59:42 2017 +0200
    
            tdf#108259 Enable autofilter with many different values
    
    which combined landed in 5.4 as
    
        commit 0163957e
        Date:   Wed May 31 10:59:42 2017 +0200
    
            tdf#108259 Enable autofilter with many different values
    
    This on the other hand makes the change of these doubtful, as for each leaf
    item the concatenation and the lookup has to be done. Something to be
    investigated.
    
    Change-Id: I07fd6367bb8da2adab94a43c45fe88391179f496
    bece4b67
checklistmenu.hxx 13.6 KB