- Prevents WP user's first/last name to be updated during import

- Resets "next step" button state when going to step 3 of import
- Closes #469
This commit is contained in:
Vlad
2016-05-11 14:25:45 -04:00
parent ff030068b0
commit 23682011af
3 changed files with 22 additions and 5 deletions

View File

@@ -1112,6 +1112,7 @@ define(
});
importData.step2 = importResults;
enableSegmentSelection(mailpoetSegments);
toggleNextStepButton('off');
router.navigate('step3', {trigger: true});
}
});