Exemple #1
0
 def populate_with_object(self, obj):
     super(ListTile, self).populate_with_object(obj)  # check permission
     uuids = ICoverUIDsProvider(obj).getUIDs()
     if uuids:
         self.populate_with_uuids(uuids)