[PR #1162] [MERGED] Force app panel for EditProfile #1214

Closed
opened 2026-02-04 19:27:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1162
Author: @rmartinoscar
Created: 3/26/2025
Status: Merged
Merged: 3/27/2025
Merged by: @rmartinoscar

Base: mainHead: fix/EditProfileRedirect


📝 Commits (4)

  • 42a67bf Force app panel for EditProfile
  • aece862 Use EditProfile from app not admin
  • 440de5d Force app panel for OAuthController
  • 8a5d3da Use translation in AdminPanelProvider

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 app/Filament/Pages/Auth/EditProfile.php (+2 -2)
📝 app/Http/Controllers/Auth/OAuthController.php (+1 -1)
📝 app/Providers/Filament/AdminPanelProvider.php (+1 -1)

📄 Description

You get redirect to /admin/profile even if you don't have any role.


🔄 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/pelican-dev/panel/pull/1162 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 3/26/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/EditProfileRedirect` --- ### 📝 Commits (4) - [`42a67bf`](https://github.com/pelican-dev/panel/commit/42a67bf4c03428a94b8c26e98ebf95b518268f98) Force `app` panel for `EditProfile` - [`aece862`](https://github.com/pelican-dev/panel/commit/aece8624b6fdff254cd795b10c87d0d66321670b) Use `EditProfile` from `app` not `admin` - [`440de5d`](https://github.com/pelican-dev/panel/commit/440de5d78130b4df0109c17d6c263ce34e15de51) Force `app` panel for `OAuthController` - [`8a5d3da`](https://github.com/pelican-dev/panel/commit/8a5d3da3fa6267734dd3841ede898f57d78379d9) Use translation in `AdminPanelProvider` ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Pages/Auth/EditProfile.php` (+2 -2) 📝 `app/Http/Controllers/Auth/OAuthController.php` (+1 -1) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+1 -1) </details> ### 📄 Description You get redirect to `/admin/profile` even if you don't have any role. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:27:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1214