View Single Post
Old 01-17-2021, 01:34 PM   #271
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,203
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
It is not a problem for template actions because it does not result in errors if the column is missing, as you indicated.

But the validation is done by calling the validate method of each action, which will return false if custom column is not present. e.g. single field edit, search and replace ... etc validate methods check whether the column(s) is present.

Anyway, changing the check_chain() to only validate if the conditions are true is not a big deal.
capink is offline   Reply With Quote