Skip to content

CE-1896: Fix IOC delete button disable function

Imre Toth requested to merge CE-1896_Fix_IOC_delete_button into develop

Admins were unable to delete IOCs besides the devices were undeployed. The BE was already prepared for this situation, but had to modify a condition on the FE to enable the Delete button - if the IOC doesn't have any ongoing operation, or is deployed.

Solution candidate is deployed to the DEMO environment.

Merge request reports