osem-fcy/app/controllers/admin
Siddhant Bajaj 7ce816e146 Fixed DeleteEventSchedules issue
Issues with DeleteEventSchedules method in conference controller:
1.It deletes EventSchedules of all the conferences that are not in the
hours range. Instead it should delete EventSchedules of those events
only that belong to that particular conference only.
2.If we set invalid start or end hour attribute of a conference then
also EventSchedules gets deleted even though conference is not
successfully updated.
Fixed both the issues and added test for the same.
2017-04-25 18:00:24 +05:30
..
base_controller.rb Provide a helper to point to sign up/in for different configs 2014-11-12 10:20:53 +01:00
campaigns_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
cfps_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
comments_controller.rb Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels 2016-02-06 17:42:51 +01:00
commercials_controller.rb Fix commercial option for users in dashboard#show #1390 2017-04-24 10:16:39 +03:00
conferences_controller.rb Fixed DeleteEventSchedules issue 2017-04-25 18:00:24 +05:30
contacts_controller.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
difficulty_levels_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
emails_controller.rb Fix email notifications 2016-04-20 16:22:29 +02:00
event_schedules_controller.rb Render errors in JSON in the schedule correctly 2016-08-11 15:11:27 +02:00
event_types_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
events_controller.rb implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
lodgings_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
programs_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
questions_controller.rb Fix multiple choice questions 2016-12-15 11:50:23 +01:00
registration_periods_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
registrations_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
reports_controller.rb enable style/dotposition rubocop cop 2017-04-06 23:19:58 -04:00
resources_controller.rb Merge pull request #1434 from nasia-sam/admin_resources 2017-04-05 13:17:31 +02:00
roles_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
rooms_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
schedules_controller.rb Inform that there are no rooms in the schedule 2016-08-12 11:33:49 +02:00
splashpages_controller.rb Change update/save failures to use flash type :error instead of :alert 2016-03-16 11:20:56 +05:30
sponsors_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
sponsorship_levels_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
targets_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
tickets_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
tracks_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
users_controller.rb Implemented ability of admins to manually confirm users 2016-08-16 02:23:41 -04:00
venue_commercials_controller.rb added views for public view on splashpage,venue_edit,venue 2016-04-10 11:57:30 +05:30
venues_controller.rb use flash.now instead of flash where page is rendered in the same controller methods 2017-04-03 20:15:51 +03:00
versions_controller.rb Change look of event history page similar to changelog 2016-08-15 16:48:10 +05:30
volunteers_controller.rb Change update/save failures to use flash type :error instead of :alert 2016-03-16 11:20:56 +05:30