Esempio n. 1
0
 def _post_process_form(self, xform):
     self._set_submission_properties(xform)
     found_old = scrub_meta(xform)
     legacy_notification_assert(not found_old, 'Form with old metadata submitted', xform.form_id)
Esempio n. 2
0
 def _post_process_form(self, xform):
     self._set_submission_properties(xform)
     if xform.is_submission_error_log:
         found_old = scrub_meta(xform)
         legacy_notification_assert(not found_old, 'Form with old metadata submitted', xform.form_id)