Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有効にしているプラグインが動作しない場合がある #79

Open
dk-umebius opened this issue Feb 2, 2020 · 0 comments
Open
Milestone

Comments

@dk-umebius
Copy link
Contributor

概要(Overview)

有効にしているプラグインが動作しない場合がある
逆もあり、無効にしているプラグインが動作してしまう場合もある

期待する内容(Expect) or 要望 (Requirement)

無効にしているプラグインは動作しない

再現手順(Procedure)

・Eventファイル名が同一かつ、同じイベントに対して同じメソッド名でlistenする2つのプラグインを用意する
・プラグイン1、プラグイン2の順でインストール・有効化する
・プラグイン1を無効化する

→プラグイン2が有効にも関わらずListenerが動作しない場合がある

問題箇所:

Application.php
$priorities[$handler->getPlugin()->getClassName()][$handler->getEvent()][$handler->getHandler()] = $priority;

環境 (environment)

  • EC-CUBE: 3.0.18

関連情報 (Ref)

@Yangsin Yangsin added this to the 3.0.x milestone Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants