Skip to content

CE-2835: Fix Type update on Instance entries

Imre Toth requested to merge CE-2835_Fix_Type_update_on_instances into develop

IOC Type renaming modified the latest instances only. Because there is only one repository for an instance (doesn't matter how many times it has been instantiated) and the FE is making the name calculation, it needs to have the correct Type name stored for it.

Merge request reports