mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
[PR #1842] [MERGED] Fix weird postgres behavior when selecting mounts #1601
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1842
Author: @m41denx
Created: 10/28/2025
Status: ✅ Merged
Merged: 10/28/2025
Merged by: @notAreYouScared
Base:
main← Head:fix/postgres-mount📝 Commits (3)
05a4dd2Fix weird postgres behavior when selecting mountsb18499cI think that was unnecessary3a86713Update app/Filament/Admin/Resources/Mounts/MountResource.php📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
app/Filament/Admin/Resources/Mounts/MountResource.php(+2 -1)📄 Description
Basically I use Pelican with Postgres (I know it's not recommended, but still) and on New Mount page in admin area I get following error:
I'm not sure if this the correct solution, but I opted for selecting only distinct id and name to prevent Postgres from comparing JSON columns
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.