Index: sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml =================================================================== diff -u -re8ffaa51e4eb9b55efebebc13899f79d9a5ca946 -r2216ac6ac7f77437a7c29ac8b4043be01bc4609e --- sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision e8ffaa51e4eb9b55efebebc13899f79d9a5ca946) +++ sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision 2216ac6ac7f77437a7c29ac8b4043be01bc4609e) @@ -35,12 +35,6 @@ signal disposablesRemovalConfirm () signal disposablesRemovalBack () - PostTreatmentBase { id: _detialTest - onBackClicked: pop() - header.backVisible: true - header.confirmVisible: false - } - PostTreatmentBase { id: _patientDisconnectionConfirm property int stackStepIndex : 0 header.confirmVisible : true @@ -56,11 +50,18 @@ instructionBased : false onConfirmClicked : _root.treatmentReviewConfirm() onItemClicked : { - _detialTest.title.text = itemsText[vIndex] - push(_detialTest) + _detailTest.title.text = itemsText[vIndex] + push(_detailTest) } } + PostTreatmentBase { id: _detailTest + property int stackStepIndex : 1 + onBackClicked: pop() + header.backVisible: true + header.confirmVisible: false + } + PostTreatmentBase { id: _disposablesRemovalConfirm property int stackStepIndex : 2 header. backVisible : true