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

Select all button for checkboxes on list of annotations on user-admin page #3324

Closed
RichardTaylor opened this issue Jun 16, 2016 · 2 comments · Fixed by #6801
Closed

Select all button for checkboxes on list of annotations on user-admin page #3324

RichardTaylor opened this issue Jun 16, 2016 · 2 comments · Fixed by #6801
Labels
easier-admin Make issues easier to resolve enhancement Adds new functionality f:admin reduce-spam x:uk

Comments

@RichardTaylor
Copy link

RichardTaylor commented Jun 16, 2016

To make it easier for admins to remove spam add a select/deselect all buttons under the list of annotations on the user-admin page.

I'm noting this after I just clicked lots of checkboxes to remove a series of spam annotations.

I don't recall this being a regular problem.

Similar could be done for holding pen incoming message checkboxes; but there perhaps the extra step urges caution and properly checking each message before deleting it.

@RichardTaylor
Copy link
Author

A work-round for administrators is creating a bookmarklet from:

https://stackoverflow.com/questions/10908212/select-all-checkbox-by-javascript-or-console

javascript:[].forEach.call(document.querySelectorAll('input[type="checkbox"]'),function(el){el.checked=true});

Bookmarking that link, then visiting it, checks all the checkboxes on a page.

@RichardTaylor
Copy link
Author

An admin option to hide all annotations by the user is another way the underlying issue here could be addressed, perhaps more easily. (Selected annotations could then be made visible if desired).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easier-admin Make issues easier to resolve enhancement Adds new functionality f:admin reduce-spam x:uk
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants