mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #118] Feature Request: Ability to hide guest & disabled users in Users List #74
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ManganoIT on GitHub (Oct 25, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/118
Originally assigned to: @gavsto on GitHub.
Is your feature request related to a problem? Please describe.
The user list gets filled by guest users and disabled users. The ability to certain types of users from this list would be nice to reduce clutter and easily export nice reports.
Describe the solution you'd like
A few checkboxes on the users page near the search box for "Hide Guest Accounts" and "Hide Disabled Accounts" and "Hide Unlicensed accounts". These would then also replicate into the Copy/Excel/CSV/PDF exports
Describe alternatives you've considered
Welcome to hear other alternatives :)
Additional context

@KelvinTegelaar commented on GitHub (Oct 25, 2021):
I'd also like some more filtering options, but I know putting stuff in the location you marked is really hard, designwise.
I think datatables has a "filter" option; that one might be more suitable here.
https://datatables.net/extensions/fixedheader/examples/options/columnFiltering.html. We'd just have to find a way to make it look pretty. :)
@gavsto commented on GitHub (Oct 27, 2021):
I have added some filtering on the columns, but only visible at the bottom as the display is a little ugly. This is in the Dev branch. Anything filtered in the table will also extend to reports generated. @ManganoIT Does this do what you needed?
@KelvinTegelaar commented on GitHub (Oct 29, 2021):
Confirmed via Slack that this is what was needed. Closed.