mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Re-add meta-noindex and action forward to integration_search module
This commit is contained in:
parent
6b3f582167
commit
f0ecb701a0
2 changed files with 12 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<module>
|
<module>
|
||||||
<grants />
|
<grants />
|
||||||
<actions>
|
<actions>
|
||||||
<action name="IS" type="view" />
|
<action name="IS" type="view" meta-noindex="true" />
|
||||||
|
|
||||||
<action name="dispIntegration_searchAdminContent" type="view" admin_index="true" />
|
<action name="dispIntegration_searchAdminContent" type="view" admin_index="true" />
|
||||||
<action name="dispIntegration_searchAdminSkinInfo" type="view" />
|
<action name="dispIntegration_searchAdminSkinInfo" type="view" />
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,11 @@ class integration_search extends ModuleObject
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!ModuleModel::getActionForward('IS'))
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -66,6 +71,12 @@ class integration_search extends ModuleObject
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!ModuleModel::getActionForward('IS'))
|
||||||
|
{
|
||||||
|
$oModuleController = getController('module');
|
||||||
|
$oModuleController->insertActionForward('integration_search', 'view', 'IS');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue