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:
@@ -171,7 +171,7 @@ class Home extends Controller
|
|||||||
|
|
||||||
$steps = $apps->getSteps($lastApp['APP_UID'], $lastApp['DEL_INDEX'], $lastApp['TAS_UID'], $lastApp['PRO_UID']);
|
$steps = $apps->getSteps($lastApp['APP_UID'], $lastApp['DEL_INDEX'], $lastApp['TAS_UID'], $lastApp['PRO_UID']);
|
||||||
$lastStep = array_pop($steps);
|
$lastStep = array_pop($steps);
|
||||||
$lastStep['title'] = 'Finish';
|
$lastStep['title'] = G::LoadTranslation('ID_FINISH');
|
||||||
$steps[] = $lastStep;
|
$steps[] = $lastStep;
|
||||||
|
|
||||||
$this->setView('home/indexSingle');
|
$this->setView('home/indexSingle');
|
||||||
|
|||||||
Reference in New Issue
Block a user