@optimiser/common 1.0.325 → 1.0.326
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/utility.js +1 -0
- package/package.json +1 -1
package/dist/lib/utility.js
CHANGED
|
@@ -5077,6 +5077,7 @@ function CheckConditionalField(field, record, action) {
|
|
|
5077
5077
|
switch (field.Schema.ConditionalAction) {
|
|
5078
5078
|
case "show-disabled-mandatory":
|
|
5079
5079
|
case "show-disabled-nonmandatory":
|
|
5080
|
+
break;
|
|
5080
5081
|
case "show-enabled-mandatory":
|
|
5081
5082
|
case "show-enabled-nonmandatory":
|
|
5082
5083
|
if (fieldData) {
|