mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
fix: set currentSourceKey & currentSource in order
This commit is contained in:
parent
db2d8a213d
commit
86ba9e0f16
1 changed files with 1 additions and 1 deletions
|
|
@ -187,8 +187,8 @@ namespace PepperDash.Essentials.Core.Routing
|
|||
Name = sourceTieLine.SourcePort.Key,
|
||||
};
|
||||
|
||||
destination.CurrentSourceInfo = tempSourceListItem; ;
|
||||
destination.CurrentSourceInfoKey = "$transient";
|
||||
destination.CurrentSourceInfo = tempSourceListItem;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue