laravel-database-schedule icon indicating copy to clipboard operation
laravel-database-schedule copied to clipboard

Fix trashed shedule not showing

Open abhishekpaul opened this issue 3 years ago • 3 comments

  • Custom command not showing while edit
  • Deleted schudule not able to edit and details page as well
  • Form validation not working properly

abhishekpaul avatar Mar 27 '23 06:03 abhishekpaul

PR Summary

  • Enhanced custom input field Added a value attribute to the command_custom input field
  • Support for editing deleted schedules Enabled editing of deleted schedules by binding the Schedule model route with the trashed() method
  • Improved data validation in controller Updated create and update methods to use validated data instead of all request data, preventing mass assignment
  • Additional validation rules Introduced validation rules for previously overlooked boolean fields

what-the-diff[bot] avatar Mar 27 '23 06:03 what-the-diff[bot]

hello @abhishekpaul

I believe we have a breaking change, packages are breaking with the PHP version, I believe I will need to create an end tag and generate a new tag discontinuing support for older PHP versions.

I'm a little busy today, but I'll try to find time in the next few days to resolve this issue and then merge your pull request.

Thanks for the contribution, I'll keep you posted.

robersonfaria avatar Mar 28 '23 13:03 robersonfaria

Hi @robersonfaria any update or timeline on this ?

Thanks

abhishekpaul avatar Aug 04 '24 18:08 abhishekpaul