Defect #12
closedCan't Save Changes to Project
0%
Description
Description:
Error is receiving when trying to submit project edit form. Tested in revision 329.
Steps to Reproduce:
1. Create a new project.
2. Edit the project.
3. Press "Save."
Actual Result:
NoMethodError in ProjectsController#edit
undefined method `destroy' for nil:NilClass
#{RAILS_ROOT}/app/controllers/projects_controller.rb:123:in `edit'
Expected result:
The project is edited successfully.
Files
Updated by Jonathan Dance over 17 years ago
Err, this was actually tested against revision 330 (which is
the current head
revision).
Updated by Jonathan Dance over 17 years ago
Okay, I am a liar, this doesn't happen with all projects (I should
try my own
steps). It only happens when editing a project when that project
has a sub-
project.
Updated by Jonathan Dance over 17 years ago
It also occurs when editing the sub-project... sorry for the
spam.
Updated by Jonathan Dance over 17 years ago
Wow, okay... the real problem was you couldn't edit a project
unless it had a
wiki. See patch.
Updated by Jean-Philippe Lang over 17 years ago
I've committed the fix.
Thanks for your help.