osem-fcy/app
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
..
assets implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
controllers Fixed DeleteEventSchedules issue 2017-04-25 18:00:24 +05:30
helpers Merge pull request #1446 from sunny-b/master 2017-04-07 11:21:34 +02:00
jobs Use ActiveJob to send comment mails 2016-04-22 11:31:19 +02:00
mailers Adapt the mailbot spec to the last changes 2016-04-22 14:53:10 +02:00
models Fixed DeleteEventSchedules issue 2017-04-25 18:00:24 +05:30
serializers Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
uploaders Give a bit more demo info in the conference description 2016-05-03 16:25:39 +02:00
views Add description to xml. fixes #1435 2017-04-25 13:35:09 +03:00