-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation failed: Project can't be blank #4
Comments
I'm facing the same problem ActiveRecord::RecordInvalid (Validation failed: Project can't be blank): I'm using Does anyone know why the project is blank? Thanks. |
I spent sometime on this issue as the plugin really fits my needs. (meeting room booking). This is the modified init: This is the log: ActiveRecord::RecordInvalid (Validation failed: Start Time can't be blank, End Time can't be blank, Meeting Room can't be blank, Meeting Day can't be blank): I am available for tests, please give clues |
Hi. I've installed plugin, following step by step to install-notes.pdf. Sure to set proper hard-coded values into controller and js. But, trying to create an event, i've got this in production.log:
Processing MeetingCalendarsController#create (for 192.168.1.161 at 2012-09-13 07:38:05) [GET]
Parameters: {"controller"=>"meeting_calendars", "priority_id"=>"4", "author_id"=>"1", "action"=>"create", "recur"=>"5", "status_id"=>"1", "subject"=>"ytj", "event_id"=>"0", "custom_field_values"=>{"3"=>"2012-09-13", "2"=>"room 1", "1"=>"11:30", "0"=>"10:30"}}
ActiveRecord::RecordInvalid (Validation failed: Project can't be blank):
vendor/plugins/redmine_meeting_room_calendar/app/controllers/meeting_calendars_controller.rb:35:in `create'
I am using:
Redmine 1.4.1
Ruby 1.8.7
Please help, and sorry for my english.
Thanks
The text was updated successfully, but these errors were encountered: