ColdTrick / profile_manager

Manage profile fields for users and groups in Elgg
https://elgg.org/plugins/385114
30 stars 32 forks source link

extra category on the profile with systemdata not working #122

Closed rohit1290 closed 5 years ago

rohit1290 commented 5 years ago

I have enabled the option "Show an extra category on the profile with systemdata (only for admins)", however the systemdata are not showing in user's profile page.

rohit1290 commented 5 years ago

What i have found till now is that $system_field in addAdminFields function are generating blank object.

https://github.com/ColdTrick/profile_manager/blob/38d3a19cbae93c17849e87fcc168490924c691fc/classes/ColdTrick/ProfileManager/ProfileFields.php#L206