There's no confirmation after updating the profile with 2.x-dev

There is a confirmation in profile2_form_submit but that's in profile2_page and we are not using that.

Comments

djdevin created an issue. See original summary.

djdevin’s picture

StatusFileSize
new459 bytes
djdevin’s picture

StatusFileSize
new319 bytes
rickj’s picture

StatusFileSize
new801 bytes

Thanks 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.

rickj’s picture

StatusFileSize
new1.1 KB

Another 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.

  • b7f8e90 committed on 7.x-2.x
    Issue #3182385 by djdevin, RickJ: No confirmation after updating profile
    
rickj’s picture

Status: Needs review » Fixed

Committed to dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.