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.
Learning zone typo - set_results() vs set_rules()
4 years ago
4 years ago
#1
4 years ago
#2
Hello samyh,
You are correct in that there is an error.
This is per the docs
We will get this corrected.
Dan
You are correct in that there is an error.
This is per the docs
We will get this corrected.
Dan
4 years ago
#3
I believe, Contributors are always welcome.
4 years ago
#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.
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.
4 years ago
#5
Thanks!