josefguenther

Results 2 comments of josefguenther

Ok, figured out the "main progress" event: it is the download of data after upload. The server response is always 68 bytes in my case. Upload events however are not...

I can confirm, conditions do not work. The following is how it should work: ``` $this->hasMany('id', 'RobotsParts', 'robots_id', [ 'params' => ['conditions' => 'something = 1'] ]); ```