laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

Calendar add not working #228

Closed lsosa3 closed 5 years ago

lsosa3 commented 5 years ago

This is a bug.

Prerequisites

Description

Calendar add event not working

Steps to Reproduce

Expected behavior

Actual behavior

Selección_069

Created the validateEventRequest.php file based on ValidateEventStore.php and then i get this when i setup a reminder Selección_070

heyner29 commented 5 years ago

The problem is in the form requests that changed along with the sole responsibility. You can follow the pull request that you opened while accepting it. https://github.com/laravel-enso/calendar/pull/2

aocneanu commented 5 years ago

fixed in the above PR