I’m not sure it is a bug, but after upgrading Concrete, it seems like the user edit events are not firing. If I try to edit a user, changing some custom attribute, no event is triggered. I’m using those events for indexing users on an external server, and since I’ve upgraded they are not being indexed anymore.
In particular I was interested in the “on_user_attributes_saved” event, and I was trying to register to it from the app bootstrap and also from a package, but nothing is fired amending an attribute from the user dialog. Looking at the code I can see the events being fired in the UserInfo class in the method saveUserAttributesForm, but it seems that method is not called when editing attributes from the user dialog.