Code review comment for lp:~yohanboniface/ubuntu-calendar-app/AgendaView

Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

Victor is right, DetailFilter's details propperty accepts Type object and not type itself.
Needs to do something like below.

    Type {
        id: typeDetailToMatch
        type: Type.Todo
    }
    DetailFilter {
        id: todoFilter
        detail: typeDetailToMatch
    }

« Back to merge proposal