mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
fix: set currentSourceKey & currentSource in order
This commit is contained in:
@@ -187,8 +187,8 @@ namespace PepperDash.Essentials.Core.Routing
|
|||||||
Name = sourceTieLine.SourcePort.Key,
|
Name = sourceTieLine.SourcePort.Key,
|
||||||
};
|
};
|
||||||
|
|
||||||
destination.CurrentSourceInfo = tempSourceListItem; ;
|
|
||||||
destination.CurrentSourceInfoKey = "$transient";
|
destination.CurrentSourceInfoKey = "$transient";
|
||||||
|
destination.CurrentSourceInfo = tempSourceListItem;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user