BUG Ticket (closed)

Modified field change with status

The modified Field does not change with a status change If I change the lines like {{{ $this->updateAll(array('status' => self::STATUS_INPROGRESS), compact('id')); }}} in the model for something like this {{{ $this->id = $id; $this->saveField('status', self::STATUS_INPROGRESS); }}} it works. Thanks for the plugin! PD: Sorry for my english.
on 03.31.09 reported by: hardian owned by: ifunk
on 03.31.09 by hardian
- **description** was changed
on 03.31.09 by hardian
- **description** was changed
on 04.02.09 by ifunk
- **status** was changed to _fixed_ - **owner** was changed to _ifunk_ Thanks for this! I hadn't noticed that side-effect. I've added some basic validation.