Parthiban N
Parthiban N
FFilament
Created by Parthiban N on 8/1/2024 in #❓┊help
Missing rollbackTransaction argument in halt method in packages/panels/src/Pages/BasePage.php
i checked in v4 in the same BasePage Class also missing this rollback db transaction argument
2 replies
FFilament
Created by Parthiban N on 6/22/2024 in #❓┊help
how to make $shouldRollbackDatabaseTransaction to true in Halt class
i do this throw (new Halt)->rollBackDatabaseTransaction(); instead of $this->halt(); to rollback transaction but the filament BasePage class have halt method but it doesn't have the option to set rollback true But in Mountable Action Class have this: public function halt(bool $shouldRollBackDatabaseTransaction = false): void { throw (new Halt())->rollBackDatabaseTransaction($shouldRollBackDatabaseTransaction); }
2 replies