Breaking: ProfilesController::selectedProfilesAction() no longer dispatches ModifyListProfilesEvent
Description
Profiles dispatched the Modify
PSR14 event accidentally due to copy&paste when introducing the new plugin and action
for 2.. This event is no longer dispatched for this action, instead the new and
correct event Modify is now dispatched.
Affected Installations
EXT: installations listening to the Modify event.
Migration
Adapt any listeners/subscribers accordingly to the correct event.