Actions
Bug #8420
closedtabClass and fieldClass API being sent null instead of expected UserTable
Description
If either endpoints are called with a user id of 0 then a value of null for $user is passed around the API. The API however, and all phpdoc for it, note only UserTable is accepted. This needs to be fixed to always pass UserTable as the API expects.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1639
Updated by beat over 3 years ago
- Status changed from Resolved to Assigned
- % Done changed from 100 to 20
Re-opening as merge got reversed to account for break in CBSubs
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 20 to 100
Fixed in MR !1648
phpDoc now notes $user can be null and core fieldClass usages that were missing handling of ! $user now have it.
Actions