Actions
Bug #223
closedWhen a host update has errors then the render :edit loses required variables
Description
Scenario
The user is editing a pre-existing host. The user presses update. The record fails validation.
Instead of redirect_to @host we render :action => :edit
The Hostscontroller#edit method sets three variables which are used in the render :action => edit operation. These are not set when rendering from another method.
Files
Updated by Paul Kelly about 15 years ago
- File 0001-Fixes-223.patch 0001-Fixes-223.patch added
- Status changed from New to Ready For Testing
Updated by Ohad Levy about 15 years ago
- Status changed from Ready For Testing to Assigned
- Assignee changed from Paul Kelly to Ohad Levy
Updated by Ohad Levy about 15 years ago
- Status changed from Assigned to Ready For Testing
- % Done changed from 0 to 100
Actions