Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
The smarty var for downloading error records ON PREVIEW screen is not being populated as of latest 1.1 rev. I tested on my local php5 mysql4.1 install w/ the attached data file. Map the 8th field (Precinct) to Voter Info: Precinct, and the 9th to 'Register Voter'. There is an error in the second record email address which is caught (download error count is assigned as 1), and an error in the 5th record (Precinct is NOT an integer) which is NOT caught in the Preview parse. The url for Download Errors is empty (from smartyDebug):
{$downloadErrorRecordsUrl} empty
Both field validation errors are properly caught during the Import Parse - Summary page output - AND the download errors URL works on the Summary page.