You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"field_operation_validators provides, module & method name as ",
4
+
" <module name>.<method name>",
5
+
"NOTE: module name could have '.'",
6
+
"",
7
+
"The last element separated by '.' is considered as ",
8
+
"method name",
9
+
"",
10
+
"e.g. 'show.acl.test_acl'",
11
+
"",
12
+
"field_operation_validators for a given table defines a list of validators that all must pass for modification to the specified field and table to be allowed",
raiseGenericConfigUpdaterError("Attempting to call invalid method {} in module {}. Module must be generic_config_updater.field_operation_validators, and method must be a defined validator".format(method_name, module_name))
0 commit comments