Partial revert of r4569 (closes: #962)

This commit is contained in:
Xavier Guimard 2016-03-03 20:59:22 +00:00
parent 7ac07074ae
commit 6f2dd4315e
3 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@ sub tree {
title => 'portalParams',
help => 'portal.html',
nodes => [
'portal',
'*portal',
{
title => 'portalMenu',
help => 'portalmenu.html',

View File

@ -867,6 +867,8 @@ function templates(tpl,key) {
}
function setScopeVars(scope) {
scope.portal = scope.data[0]._nodes[0]._nodes[0];
scope.getKey(scope.portal);
scope.domain = scope.data[0]._nodes[4]._nodes[1];
scope.getKey(scope.domain);
}

File diff suppressed because one or more lines are too long