mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Fix schedules with no names being uneditable
This commit is contained in:
@@ -33,7 +33,7 @@ class ScheduleCreationFormRequest extends ServerFormRequest
|
||||
public function rules()
|
||||
{
|
||||
return [
|
||||
'name' => 'string|max:255',
|
||||
'name' => 'nullable|string|max:255',
|
||||
'cron_day_of_week' => 'required|string',
|
||||
'cron_day_of_month' => 'required|string',
|
||||
'cron_hour' => 'required|string',
|
||||
|
||||
Reference in New Issue
Block a user