mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #722] [MERGED] Installer: Shows errors on submit & move runMigrations
#924
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/722
Author: @Boy132
Created: 11/21/2024
Status: ✅ Merged
Merged: 12/1/2024
Merged by: @Boy132
Base:
main← Head:fix/submit-errors📝 Commits (3)
8aaefc9catch Halt exception to make sure error notifications are displayed69575d8run migrations on submit to make sure the correct data is used2745260Merge branch 'pelican-dev:main' into fix/submit-errors📊 Changes
3 files changed (+18 additions, -19 deletions)
View changed files
📝
app/Filament/Pages/Installer/PanelInstaller.php(+17 -14)📝
app/Filament/Pages/Installer/Steps/DatabaseStep.php(+0 -2)📝
app/Filament/Pages/Installer/Steps/QueueStep.php(+1 -3)📄 Description
Yet Another Installer PR.
Fixes errors on submit not showing because of
Haltexception.Moves the
runMigrationscall to submit to avoid cache problems.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.