From 42d1abe130a57b7c4efb205853ffd09fd96887d0 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 27 May 2025 15:40:08 +0100 Subject: [PATCH] admin: change path behaviour for the billionth time URLs are made with app.ExternalURI (now included in window.pages), which itself should include Base. Also fixed the subfolder being removed from the url after login. --- html/header.html | 2 ++ models.go | 5 ++++- ts/admin.ts | 4 ++-- ts/modules/invites.ts | 8 +++++++- ts/typings/d.ts | 6 +++++- ts/user.ts | 16 +++++++++------- views.go | 4 +++- 7 files changed, 32 insertions(+), 13 deletions(-) diff --git a/html/header.html b/html/header.html index b857990..3cf7470 100644 --- a/html/header.html +++ b/html/header.html @@ -15,6 +15,8 @@