mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Set notes to null when assigning allocation; ref #2553
This commit is contained in:
@@ -115,7 +115,7 @@ class BuildModificationService
|
||||
// one to reset the default allocation to.
|
||||
$freshlyAllocated = $query->pluck('id')->first();
|
||||
|
||||
$query->update(['server_id' => $server->id]);
|
||||
$query->update(['server_id' => $server->id, 'notes' => null]);
|
||||
}
|
||||
|
||||
if (! empty($data['remove_allocations'])) {
|
||||
|
||||
Reference in New Issue
Block a user