SEL-Columbia / formhub

Mobile Data Collection made easy.
http://formhub.org
BSD 2-Clause "Simplified" License
259 stars 163 forks source link

Id string being truncated #1263

Open ukanga opened 10 years ago

ukanga commented 10 years ago

Results in 500 error for users with extra long id_strings

  File "/.../srv/formhub-ec2/formhub/odk_logger/models/xform.py", line 169, in submission_count
    self.save()

  File "/.../srv/formhub-ec2/formhub/odk_logger/models/xform.py", line 144, in save
    {'new_id': self.id_string, 'old_id': old_id_string}))

XLSFormError: Your updated form's id_string 'Adult_Worker_for_Head_of_Household_Questionnaire_Ghana_11-11-2013' must match the existing forms' id_string 'Adult_Worker_for_Head_of_Household_Questionnaire_G'.