mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1887] [MERGED] don't try to bulk update if egg doesn't even have a url #1638
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/1887
Author: @mristau
Created: 11/10/2025
Status: ✅ Merged
Merged: 11/13/2025
Merged by: @rmartinoscar
Base:
main← Head:UpdateEggBulk📝 Commits (8)
2e05adfdon't try to bulk update if egg doesn't even have a url9a61d3fput the logic into the action and strict check873bd9ecount skipped eggs too and display the number, coderabbit addition7e3048aadding back closing )9cf706bfor you pint6a0b6b0i forgot continue existed, hope it looks better now ;)86a4528pint51382f5maybe that new line📊 Changes
2 files changed (+13 additions, -1 deletions)
View changed files
📝
app/Filament/Components/Actions/UpdateEggBulkAction.php(+12 -1)📝
lang/en/admin/egg.php(+1 -0)📄 Description
just checking if update_url is set, before doing bulk update
keeps it from spamming error messages from update_url=null
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.