Index: sources/ApplicationController.h =================================================================== diff -u -r611bbf4dcba67768db87cf30f21fd2db788f677d -ra62e7e1235c3ff3100c380aeb70915955cd04d77 --- sources/ApplicationController.h (.../ApplicationController.h) (revision 611bbf4dcba67768db87cf30f21fd2db788f677d) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision a62e7e1235c3ff3100c380aeb70915955cd04d77) @@ -164,7 +164,7 @@ /*! * \brief didPOSTPass * \details This signal will be emitted when UI is done with the POST and will let other layers to know the result. - * As an example the Manufacturing will not start if the POST failed since it needs POST info for the Encrypted partition. + * As an example the Manufacturing or update will not start if the POST failed since it needs POST info for the Encrypted partition. * \param vPass - true if passed. */ void didPOSTPass (bool vPass); @@ -190,6 +190,7 @@ ACTION_RECEIVE_MODEL_BRIDGE_DEFINITIONS ACTION_RECEIVE_PRIVATE_SLOT_NOEMIT(UIPostFinalResultHDRequestData) { + onPOSTDone(_post.isDone()); emit didActionReceive(vData); }