Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/TimeLineView

Revision history for this message
Olivier Tilloy (osomon) wrote :

> Some how I am not able to expose eventViewDelegate.source property under
> EventView scope, it gives me error "Invalid alias reference. Unable to find id
> "eventViewDelegate".
>
> I instead created new property under EventView "property string
> eventViewType", and binded it to eventViewDelegate "source:
> eventView.eventViewType"

Your solution works. For reference, what I was suggesting would look like this:

« Back to merge proposal