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
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