Set notes to null when assigning allocation; ref #2553
This commit is contained in:
parent
1f5e0c0334
commit
26de4493dd
2 changed files with 3 additions and 2 deletions
|
@ -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'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue