-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Refactor dashboard/feed.tmpl #26956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor dashboard/feed.tmpl #26956
Conversation
This reverts commit 4b3c922.
* giteaofficial/main: Add `yamllint` (go-gitea#26965) Fix yaml quoting (go-gitea#26964) [skip ci] Updated translations via Crowdin Add `actions/labeler` (go-gitea#26962) Team invite url fix when registration disabled (go-gitea#26950) Refactor dashboard/feed.tmpl (go-gitea#26956) Improve hint when uploading a too large avatar (go-gitea#26935) Replace `util.SliceXxx` with `slices.Xxx` (go-gitea#26958) Add reverseproxy auth for API back with default disabled (go-gitea#26703) Add "dir=auto" for input/textarea elements by default (go-gitea#26735)
Dashboard fails to load for me with 500 on my local instance after this:
|
gitea/models/activities/action.go Lines 129 to 136 in bafe133
|
Yes, I'm at bafe133. |
gitea/templates/user/dashboard/feeds.tmpl Lines 10 to 28 in e502be4
Your |
Must be something else. I defintely got 30cea70 on my |
gitea/models/activities/action.go Lines 129 to 136 in bafe133
Does this code exist locally? It's kind of weird. |
Yes, it's there. Maybe I will dive deeper later, unless you find it first. You should be able to reproduce this hopefully. maybe it's something weird about my database (mysql). |
It can't be related to database. Have you re-compiled and restarted the Gitea instance? Or could you try to do it manually in case it's the |
I ran |
RefactorActionType
tomodels/activities/action_type.go
feed.tmlp
withInAction