Esempio 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)
Esempio 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)
Esempio n. 3
0
 def get_forms(form_ids, ordered=False):
     return get_forms_by_id(form_ids)
Esempio n. 4
0
 def get_forms(form_ids, ordered=False):
     return get_forms_by_id(form_ids)
Esempio n. 5
0
 def get_forms(form_ids):
     return get_forms_by_id(form_ids)