Really minor bug. Client of mine just noticed that with profile_page.module, when you go to Delete a profile, the label that is used is the default label. For example, for a profile type named 'Faculty', it reads:
Are you sure you want to delete profile Faculty?
I have implemented hook_entity_info_alter() in a module to return as the label, but it's not being used.
Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | delete_form_label_patch-1516792-2.patch | 671 bytes | m4olivei |
Comments
Comment #1
m4oliveiAttached patch fixes the issue.
Comment #2
fagothanks, committed
Comment #3
m4oliveiawesome thanks