Ana
|
bcff982d3d
|
Introduce bulk :create, :update and :destroy
Introduce bulk :create, :update and :destroy actions to avoid doing several request in the admin schedule.
|
2017-01-12 11:49:35 +01:00 |
|
Ana
|
6f0cdc64c3
|
Introduce a "Save" button for the admin schedule
The changes were saved after you drop an event, and now it only saves the schedule when you're done with the changes and click the "Save" button.
|
2017-01-12 11:37:38 +01:00 |
|
Ana
|
a1c7f67735
|
Render errors in JSON in the schedule correctly
|
2016-08-11 15:11:27 +02:00 |
|
Ana
|
e8261d41bc
|
Improve Error messages
- Improve error messages in event schedules, schedules and program controller.
- Two respond_to blocks in the update method of program controller.
|
2016-08-11 15:11:27 +02:00 |
|
Ana
|
5761e0f7a4
|
Using flash instead of alerts in the schedule
Using flash instead of alerts in the schedule to notify errors.
Also, a message shown when a schedule is successfully created.
|
2016-08-11 15:11:27 +02:00 |
|
Ana
|
310c521790
|
EventSchedulesController when something goes wrong
Consider that create, update or destroy can fails in EventSchedulesController
Params in remove deleted because they were not used
|
2016-08-11 15:11:27 +02:00 |
|
Ana
|
c469f4f415
|
Event schedule controller pluralized
|
2016-08-11 15:11:27 +02:00 |
|