Marked as an enhancement because I haven't declared 4.6 compatibility yet. On a current 4.6.10 buildkit install, on points tabs on a contact view page, the "Granted by" column shows a contact ID where it should show a link with a name.
This is probably because a previous version of DataTables had deprecated the fnRender parameter, which is used in the column definition to turn the contact ID into a link, and Civi is now using a version where it has been removed.
Proposed solution would be to construct the link in the PHP side of the page, avoiding use of fnRender.
Marked as an enhancement because I haven't declared 4.6 compatibility yet. On a current 4.6.10 buildkit install, on points tabs on a contact view page, the "Granted by" column shows a contact ID where it should show a link with a name.
This is probably because a previous version of DataTables had deprecated the fnRender parameter, which is used in the column definition to turn the contact ID into a link, and Civi is now using a version where it has been removed.
Proposed solution would be to construct the link in the PHP side of the page, avoiding use of fnRender.