Skip to content

Do now allow some operations being placed twice in the cart

Mateusz Żebrak requested to merge mzebrak/fixes into develop

Some of the recently added operationsummary screens (cancel power down, cancel withdraw route etc..) were missing this option.

This MR fixes it by making every OpeartionSummary not allow for multiple (same) operations to be placed in the cart by default. This is valid for all current OperationSummary screens.

Merge request reports