From 1af7db8185394e9fd743e9e127c62a1837773ab4 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 20 Dec 2024 20:01:00 +0100 Subject: `$fileName` -> `$id`, drop extension --- frontend/app/Schema.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/app/Schema.hs b/frontend/app/Schema.hs index cae9ed6..5f4ddae 100644 --- a/frontend/app/Schema.hs +++ b/frontend/app/Schema.hs @@ -108,7 +108,7 @@ schemaTable collection schema paginated = [] [ td_ [] $ [ case (k, p, getO (AK.fromText (fromMisoString k)) value) of - ("$fileName", _, A.String fn) -> + ("$id", _, A.String fn) -> a_ [ href_ (routeToMisoString (EditValue collection (toMisoString fn))) -- cgit v1.2.3