mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
fix signal mapping in component config duplication
This commit is contained in:
parent
90532482e0
commit
58b1d4e303
1 changed files with 2 additions and 2 deletions
|
@ -288,8 +288,8 @@ func duplicateComponentConfig(config *database.ComponentConfiguration,
|
|||
configDpl.Name = config.Name
|
||||
configDpl.StartParameters = config.StartParameters
|
||||
configDpl.ScenarioID = duplicateSo.ID
|
||||
configDpl.OutputLength = config.OutputLength
|
||||
configDpl.InputLength = config.InputLength
|
||||
configDpl.OutputMapping = config.OutputMapping
|
||||
configDpl.InputMapping = config.InputMapping
|
||||
|
||||
db := database.GetDB()
|
||||
if icIds[config.ICID] == "" {
|
||||
|
|
Loading…
Add table
Reference in a new issue