ryssbowh / craft-activity

Other
3 stars 0 forks source link

[BUG] Changes to the user group are not logged. #14

Closed mihob closed 1 year ago

mihob commented 1 year ago

It looks like changes to user groups are not logged. However, the saving itself appears in the log.

Craft Version: 4.4.5 Plugin Version: 2.3.7

ryssbowh commented 1 year ago

I've tried this, I'm getting the changes recorded, in config (name, handle, description) and in permissions. You will get 2 events recorded as they are done at different times by Craft :

Either of them could be empty if you didn't make any changes in them.

mihob commented 1 year ago

Hello, thank you for your reply. Perhaps I have expressed myself incorrectly.

When I add or remove a group to a user, it is not logged.

Changes to individual permissions are logged correctly.

ryssbowh commented 1 year ago

I see,

Fixed it in 2.3.9.

mihob commented 1 year ago

Thx! It's working in the actual Version