mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-11 17:18:40 +00:00
ui fixes
This commit is contained in:
parent
c7e55cfb6b
commit
58e88457ce
|
|
@ -22,6 +22,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingPromotionList',
|
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingPromotionList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -33,6 +34,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingPromotionCreate',
|
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingPromotionCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
|
|
@ -44,6 +46,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingPromotionView',
|
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingPromotionView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -55,6 +58,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingEventList',
|
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingEventList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -66,6 +70,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingEventCreate',
|
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingEventCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
|
|
@ -77,6 +82,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingEventView',
|
'dest' => '\Modules\Marketing\Controller\BackendController:viewMarketingEventView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ use Modules\Admin\Models\AccountMapper;
|
||||||
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mapper class.
|
* AccountRelation mapper class.
|
||||||
*
|
*
|
||||||
* @package Modules\Marketing\Models
|
* @package Modules\Marketing\Models
|
||||||
* @license OMS License 2.0
|
* @license OMS License 2.0
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ use Modules\Tasks\Models\TaskMapper;
|
||||||
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mapper class.
|
* Promotion mapper class.
|
||||||
*
|
*
|
||||||
* @package Modules\Marketing\Models
|
* @package Modules\Marketing\Models
|
||||||
* @license OMS License 2.0
|
* @license OMS License 2.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user