fulcrum-core
Advanced tools
Comparing version 0.12.8 to 0.12.9
@@ -262,2 +262,9 @@ "use strict"; | ||
return record.statusValue; | ||
} // Also search repeatables for fieldKey as it may exist in a nested object | ||
for (var i = 0; i < values.repeatableItems.length; i++) { | ||
var formValues = values.repeatableItems[i]._formValues; | ||
var value = formValues.get(condition.fieldKey); | ||
if (value) return value; | ||
} | ||
@@ -264,0 +271,0 @@ |
{ | ||
"name": "fulcrum-core", | ||
"version": "0.12.8", | ||
"version": "0.12.9", | ||
"description": "Fulcrum Core", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/fulcrumapp/fulcrum-core", |
@@ -194,2 +194,10 @@ import TextUtils from '../utils/text-utils'; | ||
} | ||
// Also search repeatables for fieldKey as it may exist in a nested object | ||
for (let i = 0; i < values.repeatableItems.length; i++) { | ||
const formValues = values.repeatableItems[i]._formValues; | ||
const value = formValues.get(condition.fieldKey); | ||
if (value) return value; | ||
} | ||
return values.get(condition.fieldKey); | ||
@@ -196,0 +204,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1998325
339
18674
0