Actions
Bug #8232
closedgetField API passing wrong user object to _getTabFieldsDb
Description
getField is passing the viewing user object to _getTabFieldsDb which is exclusively used in the onAfterFieldsFetch trigger (has no impact on _getTabFieldsDb functionality, which is correct). This is causing unexpected behavior in plugins since onAfterFieldsFetch is being used with the understanding that $user is the user that's being fetched.
Actions