CURA-5035 Small changes

This commit is contained in:
Ian Paschal 2018-04-05 09:47:43 +02:00
parent f0c36f8471
commit 15b8d18da8
5 changed files with 26 additions and 9 deletions

View file

@ -63,7 +63,8 @@ Item
anchors.fill: parent
onClicked: {
console.log(model.id)
manager.detailView = model.id
manager.detailView = true
manager.setDetailData(model.id)
}
}
}