X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FImport%2FForm%2FMapField.php;fp=CRM%2FContact%2FImport%2FForm%2FMapField.php;h=9a1d3174da9c9663b2ebf2b7d920505fbd416212;hb=24f0a1cc8fb046130a65f8cd52a0de7caf4841f6;hp=39e4ca1dce8d7211325d1136e01d5113fb0bad3d;hpb=dff6bb3c56469c2a3c1058a104753c794fc15b4e;p=civicrm-core.git diff --git a/CRM/Contact/Import/Form/MapField.php b/CRM/Contact/Import/Form/MapField.php index 39e4ca1dce..9a1d3174da 100644 --- a/CRM/Contact/Import/Form/MapField.php +++ b/CRM/Contact/Import/Form/MapField.php @@ -392,13 +392,6 @@ class CRM_Contact_Import_Form_MapField extends CRM_Import_Form_MapField { */ public function postProcess() { $params = $this->controller->exportValues('MapField'); - - //reload the mapfield if load mapping is pressed - if (!empty($params['savedMapping'])) { - $this->set('savedMapping', $params['savedMapping']); - $this->controller->resetPage($this->_name); - return; - } $this->updateUserJobMetadata('submitted_values', $this->getSubmittedValues()); $this->submit($params); }