yii2-audittrail icon indicating copy to clipboard operation
yii2-audittrail copied to clipboard

Yii2 edition of the audit trail extension. Adds storage history of changes to the ActiveRecord model.

Results 1 yii2-audittrail issues
Sort by recently updated
recently updated
newest added

Upon saving an active record, I get a `yii\base\ErrorException` of `Array to string conversion` Stack trace in /var/www/html/leadworks/protected/vendor/sammaye/yii2-audittrail/LoggableBehavior.php line 101 ``` foreach ($oldattributes as $f => $v) { if (array_search($f,...