Skip to content

TriggerOutputHandling: Fix schema evolution warning check.

In TriggerEDMDeserialiserAlg::deserialiseDynAux, when we check for missing schema evolution, if the type names don't match, then try again after expanding typedefs in the transient name (which comes from the CLID database).

See ATR-26539.

Merge request reports