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.
Updated by krileon about 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1594
Actions