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
This commit is contained in:
Marco Antonio Nina
2012-06-26 11:44:08 -04:00
parent c3c11adc3f
commit 7833d2318f

View File

@@ -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');