[PR #3975] [MERGED] Fix redirects on user settings introduced by menu refactoring #17175

Closed
opened 2025-11-02 12:28:26 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3975
Author: @daviian
Created: 5/16/2018
Status: Merged
Merged: 6/18/2018
Merged by: @techknowlogick

Base: masterHead: bugfix/openid-redirect


📝 Commits (2)

  • 032292d fix missing data on redirects
  • ccde40e Merge branch 'master' into bugfix/openid-redirect

📊 Changes

6 files changed (+90 additions, -86 deletions)

View changed files

📝 routers/user/setting/account.go (+18 -14)
📝 routers/user/setting/applications.go (+12 -12)
📝 routers/user/setting/keys.go (+27 -27)
📝 routers/user/setting/profile.go (+1 -0)
📝 routers/user/setting/security.go (+24 -20)
📝 routers/user/setting/security_openid.go (+8 -13)

📄 Description

Adresses https://github.com/go-gitea/gitea/issues/3974

Settings pages that host more than one modules now load missing data after POST requests.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3975 **Author:** [@daviian](https://github.com/daviian) **Created:** 5/16/2018 **Status:** ✅ Merged **Merged:** 6/18/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `bugfix/openid-redirect` --- ### 📝 Commits (2) - [`032292d`](https://github.com/go-gitea/gitea/commit/032292d431ab4ee64e21a43aeed0baa001b63ca5) fix missing data on redirects - [`ccde40e`](https://github.com/go-gitea/gitea/commit/ccde40e2355ba0644c3339cee5f7c9cee1fd4612) Merge branch 'master' into bugfix/openid-redirect ### 📊 Changes **6 files changed** (+90 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `routers/user/setting/account.go` (+18 -14) 📝 `routers/user/setting/applications.go` (+12 -12) 📝 `routers/user/setting/keys.go` (+27 -27) 📝 `routers/user/setting/profile.go` (+1 -0) 📝 `routers/user/setting/security.go` (+24 -20) 📝 `routers/user/setting/security_openid.go` (+8 -13) </details> ### 📄 Description Adresses https://github.com/go-gitea/gitea/issues/3974 Settings pages that host more than one modules now load missing data after `POST` requests. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:28:26 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17175