fix: [alignments] saving of the alignment was omitted before
parent
828946a97f
commit
8fdb8668c8
|
@ -42,6 +42,7 @@ class AlignmentsTable extends AppTable
|
||||||
'type' => $type
|
'type' => $type
|
||||||
];
|
];
|
||||||
$this->patchEntity($alignment, $data);
|
$this->patchEntity($alignment, $data);
|
||||||
|
$this->save($alignment);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue