Problem with creating a user-group, it does not create the permissions for the new user group and generates a 500 error.

This commit is contained in:
2026-05-15 22:08:41 +02:00
parent 504b7ba12b
commit dfb3dd8bd9
2 changed files with 3 additions and 2 deletions

View File

@@ -688,6 +688,7 @@ class API
protected function buildDynamicQuery(string $tableName): array
{
unset($this->baseQuery);
if (!$this->baseQuery) {
$this->baseQuery = "SELECT * FROM " . $tableName;
}