[PR #640] [MERGED] Fix #606 - Prevent database hosts bulk selection if host has any databases #867

Closed
opened 2026-02-04 18:57:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/640
Author: @lancepioch
Created: 10/20/2024
Status: Merged
Merged: 10/20/2024
Merged by: @lancepioch

Base: mainHead: issue/606


📝 Commits (5)

  • d0b44e7 Prevent hosts with databases from being selected for bulk actions
  • 79cde47 Add icons
  • 1e8e014 Update input to select
  • a118685 Update app/Filament/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php
  • 985be65 Add placeholder

📊 Changes

2 files changed (+13 additions, -7 deletions)

View changed files

📝 app/Filament/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php (+7 -4)
📝 app/Filament/Resources/DatabaseResource/Pages/CreateDatabase.php (+6 -3)

📄 Description

Fixes #606


🔄 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/640 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 10/20/2024 **Status:** ✅ Merged **Merged:** 10/20/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `issue/606` --- ### 📝 Commits (5) - [`d0b44e7`](https://github.com/pelican-dev/panel/commit/d0b44e784e7eac3e80243486f01b382b8dfc842a) Prevent hosts with databases from being selected for bulk actions - [`79cde47`](https://github.com/pelican-dev/panel/commit/79cde47f156b622eae79b1bb99aef9f0a31fc695) Add icons - [`1e8e014`](https://github.com/pelican-dev/panel/commit/1e8e014332450f8983eef7559e78735063d35e31) Update input to select - [`a118685`](https://github.com/pelican-dev/panel/commit/a1186851d70f00abb8541ffb55e5181412db78bf) Update app/Filament/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php - [`985be65`](https://github.com/pelican-dev/panel/commit/985be656f978ac9a313c05f905ba8043dcf81d2a) Add placeholder ### 📊 Changes **2 files changed** (+13 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php` (+7 -4) 📝 `app/Filament/Resources/DatabaseResource/Pages/CreateDatabase.php` (+6 -3) </details> ### 📄 Description Fixes #606 --- <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 18:57:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#867