#1
I believe there is an error in the code displayed in the Learning Zone, "Build a Task Manager" pathway, step 5 "Setting form validation rules".
The method called from the validation_helper class on line no. 2 should be "set_rules" instead of "set_results". If I am not mistaken, I would appreciate someone with the required editing privileges corrects it. Thank you in advance.
#2
Hello samyh,
You are correct in that there is an error.
This is per the docs

We will get this corrected.
Dan
#3
I believe, Contributors are always welcome.
#4
I've modified the sample code to:


Link: https://trongate.io/codelab/display/beginner/task_manager/basic_form_validation

Just need to get DC to change it on his dev computer, prior to his next Git commit and deployment.
#5
Thanks!