geoff-maddock / events-tracker

CRM and calendar to track events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities.
https://arcane.city
MIT License
15 stars 5 forks source link

Fix tag slug #1149

Closed geoff-maddock closed 8 months ago

geoff-maddock commented 8 months ago

This pull request fixes the tag slug issue in the TagsController. It updates the slug value using the name input and saves the tag. Additionally, it adds the updated tag to the activity log and displays a success message. The UserRequest is also updated to include validation rules and error messages for the name field. Finally, the edit.blade.php file is modified to use the tag's slug instead of the id in the form model.