Index: sources/gui/qml/pages/pretreatment/create/PreTreatmentCreateContent.qml =================================================================== diff -u -r46c199321c96fc15781477d0954a1f1805d1d9a8 -reb5db8d89600316a42d823aab0ed1a7e56a9e7c9 --- sources/gui/qml/pages/pretreatment/create/PreTreatmentCreateContent.qml (.../PreTreatmentCreateContent.qml) (revision 46c199321c96fc15781477d0954a1f1805d1d9a8) +++ sources/gui/qml/pages/pretreatment/create/PreTreatmentCreateContent.qml (.../PreTreatmentCreateContent.qml) (revision eb5db8d89600316a42d823aab0ed1a7e56a9e7c9) @@ -203,10 +203,10 @@ // Telling FW user is canceling confirm treatment parameters if ( vTreatmentCreate.parametersValidated ) { vTreatmentCreate.doCancel() } - if ( selectedItem === _root.editRx ) { } - else if ( selectedItem === _root.selectRx ) { print("TODO: Open and Select from Prescription Manager" ) } - else if ( selectedItem === _root.clearAll ) { vTreatmentCreate.doClear() } - else { /*Unknown state */ } + if ( selectedItem === _root.editRx ) { /*All parameters set to edit if parameters are validated */ } + else if ( selectedItem === _root.selectRx ) { print("TODO: Open and Select from Prescription Manager") } + else if ( selectedItem === _root.clearAll ) { vTreatmentCreate.doClear() } + else { /*Unknown state */ } } }