jammy-git

Results 6 comments of jammy-git

Same issue on AWS Linux AMI box.

... and a Virtualbox'ed CentOS box.

@AshHimself Did you manage to make any progress with this?

Thanks for the rapid response! I came up with a slightly different solution in the end. In getResponse, from line 163: ``` if($this->mDataProp == true){ if( isset($i[$this->controller->modelClass]) && array_key_exists('id', $i[$this->controller->modelClass])...

No problem. Obviously it's not very flexible as it forces the use of the 'id' field for the Model to be the DT_RowId, but I figure in 99% of use...

And after all that, I go back and look at the documentation this morning and find the idSrc property!