aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/Schema.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-12-20 20:01:00 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-19 19:02:11 +0100
commit1af7db8185394e9fd743e9e127c62a1837773ab4 (patch)
treeb4a2a34f32930c8770c9542d8a622e6a9a585cfd /frontend/app/Schema.hs
parent41836618067348df941df48145d8e4f8e6251f64 (diff)
`$fileName` -> `$id`, drop extension
Diffstat (limited to 'frontend/app/Schema.hs')
-rw-r--r--frontend/app/Schema.hs2
1 files changed, 1 insertions, 1 deletions
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)))