mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 11:34:45 +02:00
Don’t update status/state
This commit is contained in:
parent
7853cdc9ed
commit
97ff693e5c
@ -603,4 +603,11 @@ class EditServer extends EditRecord
|
||||
->requiresConfirmation(),
|
||||
];
|
||||
}
|
||||
|
||||
protected function mutateFormDataBeforeSave(array $data): array
|
||||
{
|
||||
unset($data['docker'], $data['status']);
|
||||
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user