Missing Feature: Search Function in Member Lists Page
Bug #1429843 reported by
Bhavesh Goyal
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Postorius |
New
|
Undecided
|
Unassigned |
Bug Description
Search function is required in most of the lists. The postorius members list now doesn't have any search feature. In Large lists, it is difficult to search for particular member manually by going through all names and unsubscribing some particular members. Also In Browser search merely highlights matching choices in just a single page so builtin search is required for a whole list to filter results appropriately.
Thus adding a Search feature in the Members List can be a useful addition.
Related branches
lp://staging/~bhavesh-goyal093/postorius/feature-added-search-postorius-lists
Ready for review
for merging
into
lp://staging/postorius
- Terri: Needs Fixing
-
Diff: 158 lines (+64/-3)6 files modifiedsrc/postorius/forms.py (+9/-0)
src/postorius/static/postorius/css/style.css (+3/-0)
src/postorius/templates/postorius/lists/confirm_removeall_subscribers.html (+5/-0)
src/postorius/templates/postorius/lists/mass_removal.html (+5/-0)
src/postorius/templates/postorius/lists/members.html (+10/-1)
src/postorius/views/list.py (+32/-2)
To post a comment you must log in.