Defect #12
Can't Save Changes to Project
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Resolution: |
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.
Associated revisions
History
#1 Updated by Jean-Philippe Lang about 6 years ago
I've committed the fix.
Thanks for your help.
#2 Updated by Jonathan Dance about 6 years ago
Wow, okay... the real problem was you couldn't edit a project
unless it had a
wiki. See patch.
#3 Updated by Jonathan Dance about 6 years ago
It also occurs when editing the sub-project... sorry for the
spam.
#4 Updated by Jonathan Dance about 6 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.
#5 Updated by Jonathan Dance about 6 years ago
Err, this was actually tested against revision 330 (which is
the current head
revision).
