示例#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)