7.3 tabbed screen flow validation
Hi
We have upgraded our system to 7.3 . when we are navigating from one screen to the previous screen the required field validation is getting fired.in 7.1 this did not use to happen. i saw there is a difference in the javascript getting fired. Can anyone please help where to update. Below are the javascript getting fired.7.3 has a additional true parameter which is causing the validation to get fired.
7.1.7 --- Navigation.navigate("AssignmentSF2", "FinancialInfoSF" , "",event);return false;
7.3 -- Navigation.navigate("AssignmentSF2", "CollectFinancialInfoSF" , "",event,"true");return false;