add workaround note for pending pull request

This commit is contained in:
Daniel Seifert 2022-11-04 09:01:48 +01:00
parent f061462c12
commit 2efed69b3b
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
14 changed files with 15 additions and 0 deletions

View File

@ -15,6 +15,7 @@
namespace D3\Webauthn\Application\Controller\Traits;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
trait accountTrait
{
protected $d3WebauthnLoginTemplate = 'd3webauthnaccountlogin.tpl';

View File

@ -1,3 +1,4 @@
[{** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) **}]
[{include file=$oxLoginTpl}]
[{capture name="d3JsFnc"}][{strip}]

View File

@ -45,6 +45,7 @@ namespace D3\Webauthn\Modules\Application\Controller
class d3_webauthn_PaymentController_parent extends PaymentController {}
/** workarounds for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountController_Webauthn_parent extends AccountController {}
class d3_AccountDownloadsController_Webauthn_parent extends AccountDownloadsController {}

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountController_Webauthn extends d3_AccountController_Webauthn_parent
{
use accountTrait;

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountDownloadsController_Webauthn extends d3_AccountDownloadsController_Webauthn_parent
{
use accountTrait;

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountNewsletterController_Webauthn extends d3_AccountNewsletterController_Webauthn_parent
{
use accountTrait;

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountNoticeListController_Webauthn extends d3_AccountNoticeListController_Webauthn_parent
{
use accountTrait;

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountOrderController_Webauthn extends d3_AccountOrderController_Webauthn_parent
{
use accountTrait;

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountPasswordController_Webauthn extends d3_AccountPasswordController_Webauthn_parent
{
use accountTrait;

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountRecommlistController_Webauthn extends d3_AccountRecommlistController_Webauthn_parent
{
use accountTrait;

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountReviewController_Webauthn extends d3_AccountReviewController_Webauthn_parent
{
use accountTrait;

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountUserController_Webauthn extends d3_AccountUserController_Webauthn_parent
{
use accountTrait;

View File

@ -17,6 +17,7 @@ namespace D3\Webauthn\Modules\Application\Controller;
use D3\Webauthn\Application\Controller\Traits\accountTrait;
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
class d3_AccountWishlistController_Webauthn extends d3_AccountWishlistController_Webauthn_parent
{
use accountTrait;

View File

@ -88,6 +88,7 @@ $aModule = array(
LoginController::class => d3_LoginController_Webauthn::class,
UserComponent::class => d3_webauthn_UserComponent::class,
/** workarounds for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
AccountController::class => d3_AccountController_Webauthn::class,
AccountDownloadsController::class => d3_AccountDownloadsController_Webauthn::class,
AccountNoticeListController::class => d3_AccountNoticeListController_Webauthn::class,
@ -110,6 +111,7 @@ $aModule = array(
'd3webauthnlogin.tpl' => 'd3/oxwebauthn/Application/views/tpl/d3webauthnlogin.tpl',
'd3webauthnadminlogin.tpl' => 'd3/oxwebauthn/Application/views/admin/tpl/d3webauthnlogin.tpl',
'd3_account_webauthn.tpl' => 'd3/oxwebauthn/Application/views/tpl/d3_account_webauthn.tpl',
/** workaround for missing tpl blocks (https://github.com/OXID-eSales/wave-theme/pull/124) */
'd3webauthnaccountlogin.tpl'=> 'd3/oxwebauthn/Application/views/tpl/d3webauthnaccountlogin.tpl',
'js_create.tpl' => 'd3/oxwebauthn/Application/views/tpl/inc/js_create.tpl',