mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1387] [MERGED] Put whereHas-orDoesntHave in own where
#1363
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/1387
Author: @Boy132
Created: 5/19/2025
Status: ✅ Merged
Merged: 5/20/2025
Merged by: @Boy132
Base:
main← Head:boy132/fix-query-for-mounts-and-database-hosts📝 Commits (1)
6ef93c7putwhereHas-orDoesntHavein ownwhere📊 Changes
2 files changed (+10 additions, -6 deletions)
View changed files
📝
app/Filament/Admin/Resources/DatabaseHostResource.php(+5 -3)📝
app/Filament/Admin/Resources/MountResource.php(+5 -3)📄 Description
Closes #1381
The
whereHas-orDoesntHavechecks need to be inside their ownwhereto make sure the parenthesis on the query are correct.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.