We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
帳票出力画面において、イベントが発生しない。
bindの値が「 plugin_admin_***** 」となっており、「 admin_***** 」ではない為、管理側のイベントが発火しない。
order-pdf-plugin/ServiceProvider/OrderPdfServiceProvider.php
Line 63 in 7d2ed71
// 帳票の作成 $admin->match('/plugin/order-pdf', '\\Plugin\\OrderPdf\\Controller\\OrderPdfController::index') ->bind('plugin_admin_order_pdf'); // PDFファイルダウンロード $admin->post('/plugin/order-pdf/download', '\\Plugin\\OrderPdf\\Controller\\OrderPdfController::download') ->bind('plugin_admin_order_pdf_download');
The text was updated successfully, but these errors were encountered:
ルーティングのBINDのキーを修正 EC-CUBE#35
942dcab
関連 #36 https://github.com/EC-CUBE/ec-cube/issues/3096
Sorry, something went wrong.
5e99575
No branches or pull requests
概要
帳票出力画面において、イベントが発生しない。
原因箇所
bindの値が「 plugin_admin_***** 」となっており、「 admin_***** 」ではない為、管理側のイベントが発火しない。
order-pdf-plugin/ServiceProvider/OrderPdfServiceProvider.php
Line 63 in 7d2ed71
The text was updated successfully, but these errors were encountered: