boboldehampsink / pushnotifications

DEPRECATED - Push Notifications (iOS/Android) plugin for Craft CMS
MIT License
21 stars 6 forks source link

Apps not deleting #5

Open sandy-abrightmind opened 8 years ago

sandy-abrightmind commented 8 years ago

When I select to delete an "app" in the push notificaitons plugin, it says "unknown error".

deleting-app-unknown-error

This occurs with and without my code changes for the User-Level Permissions.

sandy-abrightmind commented 8 years ago

I have fixed this error. It was due to the path name in the index file as well as the query builder statements in the service file, the table names were not automatically getting the plugin name. So, I had to add this to them. Let me know how I can send this update to you. Thanks!

boboldehampsink commented 8 years ago

Can you open a Pull Request?

sandy-abrightmind commented 8 years ago

I sent you a pull request. Thanks!