You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"location" is not set as required for event resources nor for base core resource (icarEventCoreResource). Is this correct or should location information be always mandatory for events?
Another thing is that in some events required undefined fields:
icarMovementArrivalEventResource.json - requirements refers to nonexisting field "originLocation"
icarMovementDepartureEventResource.json.json - requirements refers to nonexisting field "destinationLocation"
Both "originLocation" and "destinationLocation" are part of icarConsignmentType and requirement should be declared there I suppose.
The text was updated successfully, but these errors were encountered:
As noted, the originLocation and destinationLocation fields were originally in the movement resources and are now in icarConsignmentType and should be removed from the movement resource "required" array.
@cookeac @erwinspeybroeck @alamers
"location" is not set as required for event resources nor for base core resource (icarEventCoreResource). Is this correct or should location information be always mandatory for events?
Another thing is that in some events required undefined fields:
Both "originLocation" and "destinationLocation" are part of icarConsignmentType and requirement should be declared there I suppose.
The text was updated successfully, but these errors were encountered: