Shohan
|
52ce949ea0
Bulk actions - refactor execute_action (#7418)
|
3 years ago |
Shohan
|
6deafb7dd8
[fix] Fix bulk action checkboxes not hiding after deselecting all
|
3 years ago |
Shohan
|
5f261910ae
[fix] Fix bulk actions checkbox not working after search results
|
3 years ago |
Shohan
|
9c5d0a2a26
Bulk actions - action bar UI fixes (#7403)
|
3 years ago |
Shohan
|
f4e6579f99
Bulk actions - Minor fixes (#7440)
|
3 years ago |
Shohan
|
95d5097615
Bulk actions - appropriate string for listing (#7428)
|
3 years ago |
Shohan
|
e1bf910449
[refactor] Rename label for toggling activity, remove apply_on_applicable checkbox
|
3 years ago |
Shohan
|
01ede63a55
[refactor] Separate success strings in toggle activity action
|
3 years ago |
Shohan
|
f0a3b48bab
[refactor] Explicitly mention required kwargs in execute_action
|
3 years ago |
Shohan
|
366776ebeb
[fix] Fix test due to change in html structure
|
3 years ago |
Shohan
|
1c985944b9
[feat] No user can mark themselves as inactive
|
3 years ago |
Shohan
|
e1460f8afc
[refactor] Refactor bulk actions to use django orm's bulk update and delete methods
|
3 years ago |
Shohan
|
9051fce7b3
[refactor] Remove unnecessary use of class variables
|
3 years ago |
Shohan
|
0a7afc17c1
[refactor] Form fields are added as class variables, instead of adding them inside __init__
|
3 years ago |
Shohan
|
955f36fd38
[refactor] Import permission string instead of re-creating it
|
3 years ago |
Shohan
|
7f1771b26a
[refactor] Change his/her to their in assign role confirmation template
|
3 years ago |
Shohan
|
3bac236240
[fix] Fix failing tests
|
3 years ago |
Shohan
|
574705def8
[feat] Add tests for users bulk actions
|
3 years ago |
Shohan
|
43cd3d6f88
[refactor] Move wagtail/user/tests.py to its own tests module
|
3 years ago |
Shohan
|
310069befb
[feat] Add bulk action ui to users listing, and show filter dropdown only for pages
|
3 years ago |
Shohan
|
6ce2c33817
[feat] Add action dispatcher for users bulk actions
|
3 years ago |
Shohan
|
f55dec7aeb
[feat] Add view and template to toggle user activity in bulk
|
3 years ago |
Shohan
|
51b6d4f637
[feat] Add view and template to assign roles to users in bulk
|
3 years ago |
Shohan
|
4bc3358d3f
[feat] Add bulk delete view and template for users
|
3 years ago |
Shohan
|
81adbbd571
[feat] get_queryset now filters based on primary key, rather than assuming that the primary key is named 'id'
|
3 years ago |
Shohan
|
d84198c45d
[fix] bulk action tests now test for individual li elements instead of searching for the entire ul list
|
3 years ago |
Shohan
|
0a1bdc29fd
[temp] Print html to check for error
|
3 years ago |
Shohan
|
d402deef08
[refactor] Set delete action as the last action, and remove unneccesary save on document in add tags on documnets bulk action
|
3 years ago |
Shohan
|
f43476a82b
[refactor] Reword confirmation strings and button label for adding tags in documents bulk actions
|
3 years ago |
Shohan
|
81ab3f1ed2
[refactor] Dedent extra indented blocks in documents bulk action confirmation templates
|
3 years ago |