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

イベントが発生しない #35

Open
sw-takaya-murata-zz opened this issue May 25, 2018 · 1 comment
Open

イベントが発生しない #35

sw-takaya-murata-zz opened this issue May 25, 2018 · 1 comment
Labels
Milestone

Comments

@sw-takaya-murata-zz
Copy link

概要

帳票出力画面において、イベントが発生しない。

原因箇所

bindの値が「 plugin_admin_***** 」となっており、「 admin_***** 」ではない為、管理側のイベントが発火しない。

// 帳票の作成
$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');
sw-takaya-murata-zz pushed a commit to SpreadWorks/OSS_order-pdf-plugin that referenced this issue May 25, 2018
@okazy
Copy link
Contributor

okazy commented May 29, 2018

@ryo-endo ryo-endo added the bug label Jun 4, 2018
sw-takaya-murata-zz pushed a commit to SpreadWorks/OSS_order-pdf-plugin that referenced this issue Jun 11, 2018
@t-nagahashi t-nagahashi added this to the 1.0.1 milestone Aug 7, 2018
@t-nagahashi t-nagahashi modified the milestone: 1.0.1 Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants