google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Deleting Tool parameters error #224

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a tool with two parameters
2. Make the second parameter use the first for its "Use output filename:"
3. Try to delete the first parameter only.

An exception occurs:

Request Method: POST
Request URL:    https://ccg.murdoch.edu.au/yabi/admin/yabi/tool/270/
Django Version: 1.3.1
Exception Type: ValidationError
Exception Value:    
[u'Select a valid choice. That choice is not one of the available choices.']
Exception 
Location:   /usr/local/python/ccgapps/yabiadmin/release/yabiadmin/virtualpython/li
b/python2.6/site-packages/django/forms/models.py in to_python, line 974

Original issue reported on code.google.com by amacgregor on 19 Jun 2012 at 8:00