fetch gfix

This commit is contained in:
2026-05-07 13:29:49 +03:00
parent fcadc8d7a1
commit 8cf1dd9bfd
5 changed files with 39 additions and 43 deletions
+1 -1
View File
@@ -56,6 +56,7 @@ class RecordController extends Controller
$users = $this->accountService->all();
$schema = $this->channelService->getSchema($schemaName)->get();
$urlParams = $request->all();
$sort = data_get($urlParams, "sort") ?? $schema->sortBy;
$filter = data_get($urlParams, "filter") ?? [];
@@ -114,7 +115,6 @@ class RecordController extends Controller
$this->accountService->currentWritableSchemas(),
),
];
if ($request->ajax()) {
$data["modalUrl"] = $request->fullUrl();
if (str_starts_with(config("lucent.url"), "https")) {