Ejemplo n.º 1
0
 def get_forms(self):
     """
     Gets the form docs associated with a case. If it can't find a form
     it won't be included.
     """
     from couchforms.dbaccessors import get_forms_by_id
     return get_forms_by_id(self.xform_ids)
Ejemplo n.º 2
0
 def get_forms(self):
     """
     Gets the form docs associated with a case. If it can't find a form
     it won't be included.
     """
     from couchforms.dbaccessors import get_forms_by_id
     return get_forms_by_id(self.xform_ids)
Ejemplo n.º 3
0
 def get_forms(form_ids, ordered=False):
     return get_forms_by_id(form_ids)
Ejemplo n.º 4
0
 def get_forms(form_ids, ordered=False):
     return get_forms_by_id(form_ids)
Ejemplo n.º 5
0
 def get_forms(form_ids):
     return get_forms_by_id(form_ids)