Missing rollbackTransaction argument in halt method in packages/panels/src/Pages/BasePage.php
This BasePage Class was extended in all Resources Page Classes like CreateUser,EditUser,...
I modified protected ?bool $hasDatabaseTransactions = true; in the resources page class and for my situation i modified handleRecordCreation method in Create Resource page class i need to use $this->halt() but it doesn't have the argument to rollback db transaction.
so i manually using this throw (new Halt)->rollBackDatabaseTransaction();
1 Reply
i checked in v4 in the same BasePage Class also missing this rollback db transaction argument