We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bc2b5 commit c9a8e42Copy full SHA for c9a8e42
1 file changed
flowassays/resources/queries/flowassays/populations.js
@@ -16,7 +16,7 @@ function beforeInsert(row, errors){
16
validateName(row, errors);
17
}
18
19
-function beforeUpdate(row, errors){
+function beforeUpdate(row, oldRow, errors){
20
21
22
0 commit comments