From 7833d2318f0007cf4d2db704fb6971fb761173b3 Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Tue, 26 Jun 2012 11:44:08 -0400 Subject: [PATCH] BUG 9210 User experience Single Application SOLVED - We verified that the list of the steps not working. - Was modified the class.appCacheView, the function getTodo for parameters include TAS_UID y PRO_UID, too was modified the template indexSingle.html --- workflow/engine/controllers/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/controllers/home.php b/workflow/engine/controllers/home.php index 0d68a3220..bd04ed24c 100755 --- a/workflow/engine/controllers/home.php +++ b/workflow/engine/controllers/home.php @@ -171,7 +171,7 @@ class Home extends Controller $steps = $apps->getSteps($lastApp['APP_UID'], $lastApp['DEL_INDEX'], $lastApp['TAS_UID'], $lastApp['PRO_UID']); $lastStep = array_pop($steps); - $lastStep['title'] = 'Finish'; + $lastStep['title'] = G::LoadTranslation('ID_FINISH'); $steps[] = $lastStep; $this->setView('home/indexSingle');