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
When we change an action reducer in a way that alters the number of pseudorandom values taken from the state, old exports will fail because UUIDs generated during the application of actions do not align with the original values.
This problem also exists if we adapt behaviors and activities in a way that influences the number of created activities and events.
The text was updated successfully, but these errors were encountered:
)
* Remove the state system from the request behavior and deduplicate request radiograms
* Update test scenarios accordingly
* Fix test scenarios
* Change wording in frontend
* Also pass events that notify when a request has been fulfilled
* Fix ids in export according to #874
* Always tell the request target that we are not requesting resources anymore.
* Invalidate requestedResources after receiving vehicles
* Fix linter
* apply suggestions
When we change an action reducer in a way that alters the number of pseudorandom values taken from the state, old exports will fail because UUIDs generated during the application of actions do not align with the original values.
This problem also exists if we adapt behaviors and activities in a way that influences the number of created activities and events.
The text was updated successfully, but these errors were encountered: