-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
bulk deleting function doesn't work #3292
Comments
Are they still there if you refresh? |
yes there are, it's been over 2days and I've tried countless times:
|
Do you mind opening the developer console and looking for any errors? Both on the console tab and the network tab? If there is anything private you can either obscure it in the screenshot or send through the feedback tool |
Thanks, it does look like everything went right there. Can you also try just a simple search like |
Going to assign this one to @sywhb to look into more. Based on the data here I do see the correct call being made, but the library item status not being updated on the backend. |
Going to delete this HAR file too as it includes some authentication info |
it works for |
@jostyee thanks. Can you add the search query here that isn't working? |
@jacksonh the query is |
I think maybe the core error here is |
@jacksonh I don't think so, see my updated reply #3292 (comment) w/o |
hey @jacksonh, the |
ahhh so on the web client i should change this, taking a look at it now |
i think we probably should revert this change so defaults to |
no, it's something i changed in the backend here #3276 |
Hmm, yeah i do think that patch is correct but we probably need to update defaults in a bunch of places. |
oh okay. like when you selected multiple items, the query should be |
Yeah, or maybe whenever includes is used we should use |
yeah, sounds right |
should be, otherwise tabs such as |
@jostyee, we just fixed this. could you please check again? |
@sywhb confirmed fixed, thank you again. |
On the web app, select multiple items and click the delete button
it says 'Items deleted' but none of them get deleted actually.
The text was updated successfully, but these errors were encountered: