BUG-14395 Can't establish the order of the steps

- the template for default was in sortable.
- Add template in steps.
This commit is contained in:
Marco Antonio Nina
2014-05-06 09:15:40 -04:00
parent dc1cd32cb0
commit ce9350ce92
3 changed files with 146 additions and 3 deletions

View File

@@ -776,7 +776,7 @@ class processMap
$aFields['CONFIRM'] = G::LoadTranslation('ID_MSG_CONFIRM_DELETE_STEP');
global $G_PUBLISH;
$G_PUBLISH = new Publisher();
$G_PUBLISH->AddContent('propeltable', 'paged-table', 'steps/steps_List', $this->getStepsCriteria($sTaskUID), $aFields);
$G_PUBLISH->AddContent('propeltable', 'steps/paged-table', 'steps/steps_List', $this->getStepsCriteria($sTaskUID), $aFields);
G::RenderPage('publish', 'raw');
return true;
} catch (Exception $oError) {