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