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

Events not being triggered on the StatusResourceController #1

Open
jbaez opened this issue May 8, 2013 · 2 comments
Open

Events not being triggered on the StatusResourceController #1

jbaez opened this issue May 8, 2013 · 2 comments

Comments

@jbaez
Copy link

jbaez commented May 8, 2013

I'm using this module to test the PhlyRestfully module. There is something that is not working for me with this sample module. In Module.php there is an attach to the events ('getList.post', 'get.post', 'create.post', 'patch.post', 'update.post') for the 'Phpbnl13StatusApi\StatusResourceController' which is defined in the module.config.php. It never gets triggered on the aforementioned events. If I attach the events to the 'PhlyRestfully\ResourceController' then it works!

@weierophinney
Copy link
Owner

Fixed -- I had discovered the issue in PhlyRestfully yesterday, but not updated this repository. All is working correctly now.

@jbaez
Copy link
Author

jbaez commented May 8, 2013

Thanks! yes, that's working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants