Index: sources/ApplicationController.h =================================================================== diff -u -r9ef6badf8e172436bba2bfad1642ae7e469e0361 -r8d5fe7d63e3d86e9d89d5f824347d34479e4e9ec --- sources/ApplicationController.h (.../ApplicationController.h) (revision 9ef6badf8e172436bba2bfad1642ae7e469e0361) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision 8d5fe7d63e3d86e9d89d5f824347d34479e4e9ec) @@ -7,7 +7,7 @@ * * \file ApplicationController.h * \author (last) Behrouz NematiPour - * \date (last) 19-Dec-2022 + * \date (last) 18-Jul-2023 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -162,7 +162,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); @@ -188,6 +188,7 @@ ACTION_RECEIVE_MODEL_BRIDGE_DEFINITIONS ACTION_RECEIVE_PRIVATE_SLOT_NOEMIT(UIPostFinalResultHDRequestData) { + onPOSTDone(_post.isDone()); emit didActionReceive(vData); }