def __init__(self, *args, **kwargs): DocumentController.__init__(self, *args, **kwargs) FormControllerMixin.__init__(self)
def __init__(self, *args, **kwargs): BaseBackOfficeController.__init__(self, *args, **kwargs) FormControllerMixin.__init__(self, *args, **kwargs) self.selection = self.params.read( schema.Collection("selection", items = schema.Reference(type = Publishable)) )