select_object

class camelot.view.action_steps.select_object.SelectObjects(admin, search_text=None, value=None)[source]

Select one or more object from a query. The yield of this action step return a list of objects.

Parameters:
  • admin – a camelot.admin.object_admin.ObjectAdmin object
  • search_text – a default string on which to search for in the selection dialog
  • value – a query or a list of object from which the selection should be made. If none is given, the default query from the admin is taken.