updated rimotype map

This commit is contained in:
2025-09-17 13:23:03 +02:00
parent 7614fead8f
commit 7a71c9fdd8
14 changed files with 1258 additions and 425 deletions

View File

@@ -95,6 +95,7 @@ class TTCrud extends mfBaseController {
* @return array
*/
protected function getCheckArray(): array {
if (!$this->columns || count($this->columns) === 0) return [];
$checkArray = [];
foreach ($this->columns as $column) {