@vgip/meta-ui 1.3.4 → 1.3.5

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.
@@ -348,7 +348,7 @@ const fieldNormalizer = (field, uniqFieldNames) => {
348
348
  type: field.name ? 'list' : 'missing name',
349
349
  label: field.label,
350
350
  name: field.name,
351
- list: fieldNormalizer(uniqueNameFilter(list, uniqFieldNames, !list.name), uniqFieldNames)
351
+ list: fieldNormalizer(uniqueNameFilter(list, uniqFieldNames), uniqFieldNames)
352
352
  };
353
353
  }
354
354
  else {
@@ -4503,7 +4503,7 @@ class MetaResource {
4503
4503
  }
4504
4504
  this.model._vgis.layoutId = this.currentLayoutId;
4505
4505
  // eslint-disable-next-line max-len
4506
- this.model._vgis.timeZoneOffsetInMinutes = 0; // we are not providing timezone anymore (as V3), instead the 'time' and 'date' objects are converted so the UTC time/date is correct
4506
+ // this.model._vgis.timeZoneOffsetInMinutes = 0; // we are not providing timezone anymore (as V3), instead the 'time' and 'date' objects are converted so the UTC time/date is correct
4507
4507
  this.model._vgis.eventId = this.metaContext.vgipEventId;
4508
4508
  /* eslint-enable no-underscore-dangle */
4509
4509
  }