From a55f1166155ae312ed79d54ab0cd0fd295c4fc70 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Sat, 26 Dec 2020 22:04:42 +0100 Subject: [PATCH] hotfixed wrong usermanager entries --- .../Admin/d3_cfg_ordermanageritem_action.php | 4 ++-- .../Controller/Admin/d3_cfg_ordermanageritem_mall.php | 2 +- .../Admin/d3_cfg_ordermanageritem_overview.php | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Application/Controller/Admin/d3_cfg_ordermanageritem_action.php b/src/Application/Controller/Admin/d3_cfg_ordermanageritem_action.php index a5008a9b..17b252a5 100644 --- a/src/Application/Controller/Admin/d3_cfg_ordermanageritem_action.php +++ b/src/Application/Controller/Admin/d3_cfg_ordermanageritem_action.php @@ -46,8 +46,8 @@ class d3_cfg_ordermanageritem_action extends d3_cfg_ordermanageritem_settings { use VariablesTrait; - protected $_sThisTemplate = "d3_cfg_usermanageritem_action.tpl"; - protected $_sMenuSubItemTitle = 'd3mxusermanager_items'; + protected $_sThisTemplate = "d3_cfg_ordermanageritem_action.tpl"; + protected $_sMenuSubItemTitle = 'd3mxordermanager_items'; protected $_sSavedId; protected $_sExportFieldDescMLIdent = 'D3_ORDERMANAGER_FIELDDESC'; protected $_sExportFieldTitleBaseMLIdent = 'D3_ORDERMANAGER_FIELDTITLE_'; diff --git a/src/Application/Controller/Admin/d3_cfg_ordermanageritem_mall.php b/src/Application/Controller/Admin/d3_cfg_ordermanageritem_mall.php index 4eb0b2ed..866c1b1c 100644 --- a/src/Application/Controller/Admin/d3_cfg_ordermanageritem_mall.php +++ b/src/Application/Controller/Admin/d3_cfg_ordermanageritem_mall.php @@ -20,7 +20,7 @@ use D3\ModCfg\Application\Model\d3filesystem; use D3\ModCfg\Application\Model\d3str; use D3\Ordermanager\Application\Model\d3ordermanager as Manager; use D3\ModCfg\Application\Model\Configuration\d3_cfg_mod; -use D3\Usermanager\Application\Model\d3usermanager_vars as VariablesTrait; +use D3\Ordermanager\Application\Model\d3ordermanager_vars as VariablesTrait; use Exception; use OxidEsales\Eshop\Application\Controller\Admin\AdminDetailsController; use OxidEsales\Eshop\Application\Controller\Admin\AdminMall; // required for non fallback case diff --git a/src/Application/Controller/Admin/d3_cfg_ordermanageritem_overview.php b/src/Application/Controller/Admin/d3_cfg_ordermanageritem_overview.php index 2dcab907..c84d1307 100644 --- a/src/Application/Controller/Admin/d3_cfg_ordermanageritem_overview.php +++ b/src/Application/Controller/Admin/d3_cfg_ordermanageritem_overview.php @@ -37,11 +37,11 @@ class d3_cfg_ordermanageritem_overview extends d3_cfg_mod_main { use VariablesTrait; - protected $_sSetModId = 'd3usermanager'; - protected $_sModId = 'd3usermanager'; - protected $_sThisTemplate = "d3_cfg_usermanageritem_overview.tpl"; - protected $_sMenuItemTitle = 'd3mxusermanager'; - protected $_sMenuSubItemTitle = 'd3mxusermanager_items'; + protected $_sSetModId = 'd3ordermanager'; + protected $_sModId = 'd3ordermanager'; + protected $_sThisTemplate = "d3_cfg_ordermanageritem_overview.tpl"; + protected $_sMenuItemTitle = 'd3mxordermanager'; + protected $_sMenuSubItemTitle = 'd3mxordermanager_items'; protected $_blUseOwnOxid = true; protected $_aNaviItems = array( 'new' => array(