Open joseluis10101 opened 10 years ago
When I find for a record and remove that, the plugin isn't delete this. Why cant delete?
User.findBy('auth', true, function(item) { persistence.remove(item); persistence.flush(); });
Thanks for the answer.
When I find for a record and remove that, the plugin isn't delete this. Why cant delete?
User.findBy('auth', true, function(item) { persistence.remove(item); persistence.flush(); });
Thanks for the answer.