PHPMaker v2026.5
When you Add a new User Level and pre-select any one of the permissions, for example, List permission, you will get error as below:
If I press back, the User Level successfully added, but the records in permissions table is not added.
I temporary fixed this by manually adding the below code at the beginning of the addRow function.
$conn = $this->getConnection();

