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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

djdevin created an issue. See original summary.

djdevin’s picture

FileSize
459 bytes
djdevin’s picture

FileSize
319 bytes
RickJ’s picture

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

FileSize
1.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.