Closed (fixed)
Project:
Profile 2
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2020 at 15:26 UTC
Updated:
18 Dec 2020 at 13:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
djdevinComment #3
djdevinComment #4
rickj commentedThanks for spotting that. The patch is not quite complete, as the message also needs to be removed from profile2_page.inc.
When saving a profile as a separate page, it still calls the function in profile2.module, so with your original patch there are two messages. Patch here fixes that.
Comment #5
rickj commentedAnother tweak.
The "changes saved" message should not be displayed when registering a new account with a profile form enabled. Here is a revised version of the patch to take care of that.
Comment #7
rickj commentedCommitted to dev.