mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1013] [MERGED] Add Egg copy from & ReplicateAction
#1113
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/1013
Author: @rmartinoscar
Created: 2/17/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @rmartinoscar
Base:
main← Head:feature/EggCopyFrom📝 Commits (9)
c270df9AddEggcopy fromfor Process & Install Script2ab5398Add builtinReplicateActione80f500UseCopyFromfor less duplicated code326ad13Hide label & add tooltip toReplicateActione55b16fuseiconButton()instead ofhiddenLabel()6ea50c9useiconButton()for every Actions5da9e70Use our translation instead4d0bd6fCopy egg_variables aswella18047eremoveget()📊 Changes
5 files changed (+112 additions, -27 deletions)
View changed files
📝
app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php(+5 -10)📝
app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php(+10 -14)📝
app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php(+24 -3)➕
app/Filament/Components/Forms/Fields/CopyFrom.php(+69 -0)📝
resources/views/filament/plugins/monaco-editor.blade.php(+4 -0)📄 Description
Add
ReplicateActiononListEggsChanged incorrect defaults.
Made
script_entryaSelectas it should be.I would have put it in
bulkActions()rather thenactions()but it doesn't workFilament ticket
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.