Skip to content

Commit

Permalink
Keep channel properties in upgrades (#3612)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <github@klug.nrw>
  • Loading branch information
J-N-K authored Jul 16, 2023
1 parent 9ba8e71 commit 66dec25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ private void doChannel(Thing thing, ThingBuilder thingBuilder, ChannelUID affect
if (oldChannel != null) {
channelBuilder.withConfiguration(oldChannel.getConfiguration());
channelBuilder.withDefaultTags(oldChannel.getDefaultTags());
channelBuilder.withProperties(oldChannel.getProperties());
}
}

Expand Down

0 comments on commit 66dec25

Please sign in to comment.