blumilksoftware / website

Company website.
https://blumilk.pl
14 stars 0 forks source link

#278 - fix slug in activities table #279

Closed AleksandraKozubal closed 3 months ago

AleksandraKozubal commented 3 months ago

User can no longer create two activities with the same slug - fixed with migration and with activity resource rule. Also added unique() to slug column in case study. It should close #278.

kamilpiech97 commented 3 months ago

Lets update ingoring recorde here: https://github.com/blumilksoftware/website/blob/9a1260231162a717b6ad1587b6f6af1941adbf60/app/Filament/Resources/ActivityResource.php#L52

in case study should be added too.

AleksandraKozubal commented 3 months ago

Lets update ingoring recorde here:

https://github.com/blumilksoftware/website/blob/9a1260231162a717b6ad1587b6f6af1941adbf60/app/Filament/Resources/ActivityResource.php#L52

in case study should be added too.

Added migration to case study to keep it right