Painbaker Well-known member Sep 10, 2023 #1 Affected version 2.2.13 \XF\Entity\User::setupApiResultData: PHP: $result->user_title = $this->custom_title !== '' ?: $this->app()->templater()->getDefaultUserTitleForUser($this); Result: JSON: { "user": { ... "user_title": true, ... } }
\XF\Entity\User::setupApiResultData: PHP: $result->user_title = $this->custom_title !== '' ?: $this->app()->templater()->getDefaultUserTitleForUser($this); Result: JSON: { "user": { ... "user_title": true, ... } }
XF Bug Bot XenForo bug fixer bot Staff member Jan 23, 2024 #2 Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.14). Change log: Fix value of custom user titles in API responses Click to expand... There may be a delay before changes are rolled out to the XenForo Community.
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.14). Change log: Fix value of custom user titles in API responses Click to expand... There may be a delay before changes are rolled out to the XenForo Community.