kobotoolbox / koboform

A Java/GWT based formbuilder (no longer supported). Replaced by dkobo.
2 stars 8 forks source link

Deleting response option turns relevant bind option into 'null' #67

Open Dylan-Gillespie opened 11 years ago

Dylan-Gillespie commented 11 years ago

From tino.kre...@gmail.com on July 28, 2012 15:50:22

What steps will reproduce the problem? 1. Start a blank form.

  1. Add a second response option to the default select1 question
  2. Create a text question, and make it relevant="/new_form5/A01 = '2'"
  3. Delete the A01-2 response option
  4. View form text What is the expected output? What do you see instead? Since the response option no longer exists, all relevant binds referring to it should be deleted along with it. Instead, the bind continues to exist but with 2 replaced by null. What version of the product are you using? On what operating system? Beta version 120728. Please provide any additional information below.

Original issue: http://code.google.com/p/kobo/issues/detail?id=67