Actions
Bug #469
closedCreating a project based on a project type master does not render ProjectsController#create template
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Affected component:
Compatible Redmine Version:
Pull Request Link:
Description
When the new project should be saved by an authorized user, nothing happens. The project won't be saved.
This is what is logged:
Started POST "/projects" for 192.168.3.41 at 2021-08-23 17:54:37 +0000
Processing by ProjectsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3l+uAFEU+PdhocflOUnm15O+WT+VkxgnDUVkqYKsB9ZyKJz6EmQFmFORRUaHSAmKwdCoeQHjIJrtG1uEJrDqhw==", "project"=>{"project_type_id"=>"86", "name"=>"Rechnungstellung", "description"=>"Rechnungen für Kundenprojekte", "identifier"=>"rechnungstellung", "homepage"=>"", "is_public"=>"0", "parent_id"=>"43", "inherit_members"=>"0", "enabled_module_names"=>["issue_tracking", "time_tracking", "news", "documents", "files", "wiki", "repository", "boards", "calendar", "gantt", ""]}, "commit"=>"Anlegen"}
Current user: christian_malz (id=6)
No template found for ProjectsController#create, rendering head :no_content
Completed 204 No Content in 77ms (ActiveRecord: 19.0ms)
Updated by liaham over 3 years ago
- Copied to Bug #480: Creating a project based on a project type master does not render ProjectsController#create template added
Updated by liaham over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Actions