stream: Unencoded attribute name (#28955)
This commit is contained in:
parent
eb1cb6ebd9
commit
4f2e82e5f6
3 changed files with 23 additions and 13 deletions
|
|
@ -706,7 +706,7 @@ private final case class SavedIslandData(
|
|||
logic.stageId = logics.size() - 1
|
||||
fullIslandName match {
|
||||
case OptionVal.Some(_) => // already set
|
||||
case OptionVal.None => fullIslandName = OptionVal.Some(islandName + "-" + logic.attributes.nameOrDefault())
|
||||
case OptionVal.None => fullIslandName = OptionVal.Some(islandName + "-" + logic.attributes.nameForActorRef())
|
||||
}
|
||||
matAndLogic
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue