Release 1.1 #18

Merged
ryan merged 92 commits from 1.1 into main 2025-10-10 23:32:42 -04:00
Showing only changes of commit 6369f5c7b9 - Show all commits

View File

@@ -248,6 +248,7 @@ class AjaxController extends AbstractController
if ($ref) {
$ref->setContent($data->text);
$emi->persist($ref);
$emi->flush();
$res = $this->json(['msg' => 'Reference updated.']);
}