Skip to content
Snippets Groups Projects

HOTFIX: createRouteRequest don't save route in yang.

Merged Neil-Jocelyn Schark requested to merge hotfix-route-request into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -127,7 +127,8 @@ func (yh *CreateRouteHandler) createRouteRequest(event *event.CreateRouteEvent)
return nil, err
}
yh.Config.Data = newConfig
// Just a Hotfix, should be handled properly https://code.fbi.h-da.de/danet/quant/-/issues/47
//yh.Config.Data = newConfig
return notifications, nil
}
Loading