summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorRestray <contact@restray.org>2022-12-11 05:06:12 +0100
committerGitHub <noreply@github.com>2022-12-11 12:06:12 +0800
commit112e425f901d454fd3f386d18cac3c65057002cd (patch)
tree65745a1f089230c36304b32c9447b77ddf455244 /custom
parent601d126627dc4fab68fa0445ce4125300fe3a432 (diff)
downloadgitea-112e425f901d454fd3f386d18cac3c65057002cd.tar.gz
gitea-112e425f901d454fd3f386d18cac3c65057002cd.zip
fix(config): remove context on config template (#22096)
👋 Hey I'm new around here, so I may have done some mistakes, sorry! --- ## Context On a fresh Gitea install, when I go to the [config admin page](http://localhost:3000/admin/config) I had a 500 error page. The logs: ``` 2022/12/10 20:08:47 ...s/context/context.go:232:HTML() [E] [6394d93f] Render failed: template: admin/config:180:22: executing "admin/config" at <.Service.DefaultAllowOnlyContributorsToTrackTime>: DefaultAllowOnlyContributorsToTrackTime has arguments but cannot be invoked as function 2022/12/10 20:08:47 [6394d93f] router: completed GET /admin/config for [::1]:43800, 500 Internal Server Error in 5.1ms @ admin/config.go:99(admin.Config) ``` ## The fix I removed the `$.Context` on the `.Service.DefaultAllowOnlyContributorsToTrackTime` to fix the 500 error page happening. It could be a mistake, and I don't fully understand what I've done! Signed-off-by: Restray <contact@restray.org>
Diffstat (limited to 'custom')
0 files changed, 0 insertions, 0 deletions