mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112e425f90
👋 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> |
2 years ago | |
---|---|---|
.. | ||
admin | 2 years ago | |
api/packages/pypi | 3 years ago | |
base | 2 years ago | |
code | 2 years ago | |
custom | 5 years ago | |
explore | 2 years ago | |
2 years ago | ||
org | 2 years ago | |
package | 2 years ago | |
repo | 2 years ago | |
shared | 2 years ago | |
status | 2 years ago | |
swagger | 2 years ago | |
user | 2 years ago | |
home.tmpl | 2 years ago | |
install.tmpl | 2 years ago | |
post-install.tmpl | 4 years ago |