Skip to content

Fixed issue with jquery-validator

Paul Mather requested to merge bugfix/jquery-validator-check into master

Created by: tonmoy18

Previously jquery validator was trying to add validator on funderClass on every place. This was generating an error. Added a check to see if the field actually exists befor adding.

Merge request reports