Fixed 'Unknown sdkid' error in dashboard 09/16909/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 3 Oct 2018 09:46:00 +0000 (11:46 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 3 Oct 2018 15:43:37 +0000 (15:43 +0000)
commitbd84d1a87793025d53694542334d3fc65c23d062
tree16f07e98acc6689ea79aae43f869689817079b2d
parent004779ae8a2831b2db38d2185a068ee9b34ab1f8
Fixed 'Unknown sdkid' error in dashboard

Steps to reproduce problem:
 - open XDS dashboard,
 - display SDKs page list (click on SDKs in the left panel)
 - display Build page (click on Build in the left panel)
 - keep selected Project and SDK and just click on Build button
 - error 'Unknown sdkid' must be displayed

Problem partially comes from the fact that default/current sdk in
sdk.service is the first sdk and not the first Installed sdk.

Change-Id: I21b9310e8ad67ff71afb5b704b39f5f98bc8707b
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
(cherry picked from commit 319bdec474f655f415609c76a8e3b50b1d0b9aa4)
webapp/src/app/@core-xds/services/sdk.service.ts
webapp/src/app/pages/build/settings/sdk-select-dropdown.component.ts