bupy7 / yii2-activerecord-history

This extension adds storage history of changes to the ActiveRecord model.
26 stars 17 forks source link

Many to Many Relation #9

Closed cybernic closed 6 years ago

cybernic commented 6 years ago

Hello,

It is possible to log changes in intermediate table in many-to-many relation with this extension?

Thanks

bupy7 commented 6 years ago

You can use just customAttributes. What problems?

cybernic commented 6 years ago

Can you provide an example of usage? I don't understand how I can apply it to relations.

bupy7 commented 6 years ago

I have understood you now. Sorry, but it is impossible with this extension. Relation is not a attribute therefore behavior cannot take changed state. =(

bupy7 commented 6 years ago

No activity.