I have updated the contacts parcel after some incompatibilities previously inexistent in alpha2.

One of the modifications may interest you:


• Conditional text field ("raw vCard code") fails to be hidden/displayed using checkbox:


class RawVCardAreaBlock(DetailSynchronizedContentItemDetail):
    
    # used to be enough prior to alpha3
    def shouldShow(self, item):
        return item.showVCard
   
    # needed since 0.7alpha3
    def whichAttribute(self):
        return 'showVCard'



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to