+ [task#119225,done,0.2h] process module url browsegroup page.
This commit is contained in:
@@ -2335,6 +2335,10 @@ class treeModel extends model
|
||||
{
|
||||
$module->url = helper::createLink('tree', 'browsetask', "rootID=$rootID&productID=0&moduleID=$module->id");
|
||||
}
|
||||
else if(in_array($viewType, array('pivot', 'chart')))
|
||||
{
|
||||
$module->url = helper::createLink('tree', 'browsegroup', "dimensionID=$rootID&groupID=$module->id&type=$viewType");
|
||||
}
|
||||
else
|
||||
{
|
||||
$module->url = helper::createLink('tree', 'browse', "rootID=$rootID&view=$viewType¤tModuleID=$module->id&branchID=$branch");
|
||||
|
||||
Reference in New Issue
Block a user