mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +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,
|
Name = sourceTieLine.SourcePort.Key,
|
||||||
};
|
};
|
||||||
|
|
||||||
destination.CurrentSourceInfo = tempSourceListItem; ;
|
|
||||||
destination.CurrentSourceInfoKey = "$transient";
|
destination.CurrentSourceInfoKey = "$transient";
|
||||||
|
destination.CurrentSourceInfo = tempSourceListItem;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue