from fixing all the issues with the field validation, the code is now really messy and sometimes repeats things. I would advise cleaning up the code to put all the field validation into one function, and making sure that it only gets run once per update.
at the moment I think everything is running twice. At least the estimate/actual effort field validation is.
from fixing all the issues with the field validation, the code is now really messy and sometimes repeats things. I would advise cleaning up the code to put all the field validation into one function, and making sure that it only gets run once per update.
at the moment I think everything is running twice. At least the estimate/actual effort field validation is.