Project

General

Profile

Bug #469

Updated by liaham over 3 years ago

When the new project should be saved by an authorized user, saved, nothing happens. The project won't be saved. 

 This is what is logged: 

 ``` ruby 
 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) 
 ``` 

Back