darbor
darbor
Version 1.18.7  when i search rtest (custom field label) not searching  i think this option work past
I have problem with use distinct() error in file DataTableQuery.php line 101 $value = $row->{$column->alias}; "Undefined property: stdClass::$f.firmname" temporarily fixed it yes but i don't know if it's correct ```...
`$builder = $this->worktimes->builder('worktimes w') ->select('w.id, w.created_at, w.work_at, w.time_at, CASE WHEN w.object = "firms" THEN "Firma" WHEN w.object = "persons" THEN "Osoba" END as object, CASE WHEN w.object = "firms" THEN...