You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a generic function in Angular 11 to delete records based on a where clause. However, I am unable to pass the results of a .where(where).primaryKeys() to a bulkDelete:
Based on the docs, it seems like I should be able to use the primary keys array as the parameter for the bulk delete?
Currently working around it by setting keys to any[] which seems to work in Chrome.
The text was updated successfully, but these errors were encountered:
I am writing a generic function in Angular 11 to delete records based on a where clause. However, I am unable to pass the results of a .where(where).primaryKeys() to a bulkDelete:
Based on the docs, it seems like I should be able to use the primary keys array as the parameter for the bulk delete?
Currently working around it by setting keys to any[] which seems to work in Chrome.
The text was updated successfully, but these errors were encountered: