Defect #12
Can't Save Changes to Project
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
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
modified textilizable helper method:
History
2007-03-12 12:02 - Jonathan Dance
Err, this was actually tested against revision 330 (which is
the current head
revision).
2007-03-12 12:05 - Jonathan Dance
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.
2007-03-12 12:07 - Jonathan Dance
It also occurs when editing the sub-project... sorry for the
spam.