stream: Unencoded attribute name (#28955)

This commit is contained in:
contrun 2020-06-12 19:57:35 +08:00 committed by GitHub
parent eb1cb6ebd9
commit 4f2e82e5f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 13 deletions

View file

@ -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
}