ColdTrick / profile_manager

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

Add placeholder on backup action #110

Closed abukaab closed 6 years ago

abukaab commented 6 years ago

There is no placeholder in backup action. So, I can't backup-restore my field's placeholder.

I tried it by adding 'metadata_placeholder' => $entity->metadata_placeholder, in profile_manager/actions/configuration/backup.php line 38, it works properly.

jdalsem commented 6 years ago

Thanks for reporting. The fix has been added. The next version (for Elgg 3) will have this fix included