mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-05 03:28:40 +00:00
Split
This commit is contained in:
parent
40961f36ec
commit
b1fa29299a
|
|
@ -22,11 +22,43 @@
|
|||
"uri": "/{/lang}/backend/support/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 80,
|
||||
"order": 1,
|
||||
"from": "Support",
|
||||
"permission": null,
|
||||
"parent": 1002901001,
|
||||
"children": [
|
||||
{
|
||||
"id": 1002903101,
|
||||
"pid": "165b4fe348524450aa8471c275ea8f685856e196",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "/{/lang}/backend/support/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
"from": "Support",
|
||||
"permission": null,
|
||||
"parent": 1002901101,
|
||||
"children": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1002903201,
|
||||
"pid": "165b4fe348524450aa8471c275ea8f685856e196",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "/{/lang}/backend/support/create",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
"from": "Support",
|
||||
"permission": null,
|
||||
"parent": 1002901101,
|
||||
"children": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -38,7 +70,7 @@
|
|||
"uri": "/{/lang}/backend/support/settings/dashboard",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 80,
|
||||
"order": 5,
|
||||
"from": "Support",
|
||||
"permission": null,
|
||||
"parent": 1002901001,
|
||||
|
|
@ -54,7 +86,7 @@
|
|||
"uri": "/{/lang}/backend/support/analysis/dashboard",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 80,
|
||||
"order": 10,
|
||||
"from": "Support",
|
||||
"permission": null,
|
||||
"parent": 1002901001,
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
{
|
||||
$view = new View($this->app, $request, $response);
|
||||
$view->setTemplate('/Modules/Support/Theme/backend/support-list');
|
||||
$view->addData('nav', $this->createNavigation(1002603001, $request, $response));
|
||||
$view->addData('nav', $this->createNavigation(1002901101, $request, $response));
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
|
@ -124,7 +124,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
{
|
||||
$view = new View($this->app, $request, $response);
|
||||
$view->setTemplate('/Modules/Support/Theme/backend/support-create');
|
||||
$view->addData('nav', $this->createNavigation(1002603001, $request, $response));
|
||||
$view->addData('nav', $this->createNavigation(1002901101, $request, $response));
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
|
@ -143,7 +143,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
{
|
||||
$view = new View($this->app, $request, $response);
|
||||
$view->setTemplate('/Modules/Support/Theme/backend/support-analysis');
|
||||
$view->addData('nav', $this->createNavigation(1002603001, $request, $response));
|
||||
$view->addData('nav', $this->createNavigation(1002901101, $request, $response));
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
|
@ -162,7 +162,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
{
|
||||
$view = new View($this->app, $request, $response);
|
||||
$view->setTemplate('/Modules/Support/Theme/backend/support-settings');
|
||||
$view->addData('nav', $this->createNavigation(1002603001, $request, $response));
|
||||
$view->addData('nav', $this->createNavigation(1002901101, $request, $response));
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
|
@ -181,7 +181,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
{
|
||||
$view = new View($this->app, $request, $response);
|
||||
$view->setTemplate('/Modules/Support/Theme/backend/user-support-dashboard');
|
||||
$view->addData('nav', $this->createNavigation(1002603001, $request, $response));
|
||||
$view->addData('nav', $this->createNavigation(1002901101, $request, $response));
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user