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

Entity deletion #3

Closed
ivus84 opened this issue Dec 7, 2016 · 1 comment
Closed

Entity deletion #3

ivus84 opened this issue Dec 7, 2016 · 1 comment
Assignees
Labels

Comments

@ivus84
Copy link
Contributor

ivus84 commented Dec 7, 2016

when deleting entities sql error raises.
i've found the error in Entity.php file at line 80.

        'conditions' => ['Users.model' => 'Entity'], 

should be changed to

        'conditions' => ['User.model' => 'Entity'], //FIX IB161207
@pHAlkaline pHAlkaline added the bug label Dec 8, 2016
@pHAlkaline pHAlkaline self-assigned this Dec 8, 2016
@pHAlkaline
Copy link
Owner

Done!!

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

2 participants