jamesmbowler
jamesmbowler
I am trying to set pk, see https://github.com/clevertech/YiiBooster/blob/master/src/widgets/TbEditable.php#L36 It is being overridden by this piece here: https://github.com/clevertech/YiiBooster/blob/master/src/widgets/TbEditableField.php#L112
I checked out the latest on the v4.0.1 tag, and I'm getting this error.
See https://github.com/clevertech/YiiBooster/blob/master/src/actions/TbToggleAction.php#L74 $success = $model->save(false, array($attribute)); Why is validation turned off by default? I think there should either be an option to validate, or validate by default.
Is there any reason this file is including CDataColumn instead of TbDataColumn ? I'd rather use TbDataColumn as the Bootstrap styles are used. I can fix, but just wanted to...
I saw in the readme there was an offer to release backend code for this demo .. Is that possible? Thanks, again, this is great.
I can't recreate this on debug builds, I only see it on testflight. The app crashes on start. I'm on kotlin 2.0.20, google sign in 8.0, firebase 11.2 (I've tried...