Closed (fixed)
Project:
Profile 2
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Apr 2012 at 18:33 UTC
Updated:
6 Jun 2012 at 18:21 UTC
Jump to comment: Most recent file
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