Hello,
We've encountered an issue when upgrading our solution from API 4.16 to 4.19.
When editing a utility network feature layer (therefore branch versioned), we do use the historicMoment property feature layers to reflect the user edit stack (edits, undo/redos, commit or cancel).
At 4.16 this was working like a charm.
At 4.19 (and I tried also 4.17 and 4.18), the property setting is ignored after the first update. The first update (from undefined to a Date) is acknowledged, all subsequent updates to historicMoment are just ignored when the layer is querying the server.
Is anyone having the same issue ? Is there any other other workflow to make sure a FeatureLayer is correctly reading the updated branch moment ?
Example:
Phase 1: New version, default moment. Layer is querying server without mentioning historicMoment
Phase 2: layer.historicMoment = 1619437065322. Layer is querying server with updated historicMoment
Phase 3: layer.historicMoment = 1619437085523. Layer keeps querying server with old previous historicMoment.