listTables with preview in two layouts

This commit is contained in:
ma0068
2025-02-11 09:02:56 +01:00
parent 018220594a
commit ae3072be92
9 changed files with 508 additions and 47 deletions
@@ -36,7 +36,7 @@ class Messages extends FHCAPI_Controller
$this->terminateWithError("logic for type_id " . $type_id . " not defined yet", self::ERROR_TYPE_GENERAL);
}
$result = $this->MessageModel->getMessagesOfPerson($id);
$result = $this->MessageModel->getMessagesForTable($id);
$data = $this->getDataOrTerminateWithError($result);