fix: [alignments] saving of the alignment was omitted before

pull/92/head
iglocska 2022-02-24 13:46:35 +01:00
parent 828946a97f
commit 8fdb8668c8
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class AlignmentsTable extends AppTable
'type' => $type
];
$this->patchEntity($alignment, $data);
$this->save($alignment);
}
}
}