@vgip/meta-ui 2.3.6 → 2.3.7

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.
@@ -663,6 +663,9 @@ const metaNormalizer = (meta, integration, resourceType) => {
663
663
  }
664
664
  }
665
665
  }
666
+ if (f.type === 'select') {
667
+ f.acceptNew = true; // (VIST-1202) allow new values for select fields, as SF can have record types with different picklist values, which are not listed in meta
668
+ }
666
669
  break;
667
670
  }
668
671
  case 'SUGAR': {