Skip to content
Snippets Groups Projects

Revert element link creation for trigger matching

Merged Jon Burr requested to merge jburr/athena:FixTMElementLinks into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -213,7 +213,7 @@ namespace DerivationFramework {
// index. Otherwise we have to locate the correct proxy from the element
if (container->trackIndices())
links.emplace_back(
m_offlineInputs.at(part->type()).hashedKey(),
m_offlineInputs.at(part->type()).key(),
part->index(),
extendedCtx.proxy());
else
Loading