Shohan
|
f55dec7aeb
[feat] Add view and template to toggle user activity in bulk
|
3 年 前 |
Shohan
|
51b6d4f637
[feat] Add view and template to assign roles to users in bulk
|
3 年 前 |
Shohan
|
4bc3358d3f
[feat] Add bulk delete view and template for users
|
3 年 前 |
Shohan
|
81adbbd571
[feat] get_queryset now filters based on primary key, rather than assuming that the primary key is named 'id'
|
3 年 前 |
Shohan
|
d84198c45d
[fix] bulk action tests now test for individual li elements instead of searching for the entire ul list
|
3 年 前 |
Shohan
|
0a1bdc29fd
[temp] Print html to check for error
|
3 年 前 |
Shohan
|
d402deef08
[refactor] Set delete action as the last action, and remove unneccesary save on document in add tags on documnets bulk action
|
3 年 前 |
Shohan
|
f43476a82b
[refactor] Reword confirmation strings and button label for adding tags in documents bulk actions
|
3 年 前 |
Shohan
|
81ab3f1ed2
[refactor] Dedent extra indented blocks in documents bulk action confirmation templates
|
3 年 前 |
Shohan
|
c0348c1b0c
Remove duplicate css and js from documents bulk actions confirmation templates
|
3 年 前 |
Shohan
|
742cb14fbc
[refactor] Set delete action as the last action, and remove unneccesary save on image in add tags
|
3 年 前 |
Shohan
|
391f1618b0
[fix] Fix bug that caused bulk actions to retain the num_objects after the action
|
3 年 前 |
Shohan
|
096f9e07c9
[refactor] Reword confirmation strings and button label for adding tags
|
3 年 前 |
Shohan
|
96e636f7ae
[refactor] Dedent extra indented blocks
|
3 年 前 |
Shohan
|
7f32f2859c
[refactor] Add common css and js to base confirmation template
|
3 年 前 |
Shohan
|
27e0b925cb
[feat] Add tests for images bulk actions
|
3 年 前 |
Shohan
|
d773e9b4d2
[feat] Add bulk action ui to images listing
|
3 年 前 |
Shohan
|
855591cf8f
[feat] Add action dispatcher for images bulk actions
|
3 年 前 |
Shohan
|
e0ce91f035
[feat] Add view and template to add images to a collection in bulk
|
3 年 前 |
Shohan
|
bdf9880d44
[feat] Add view and template to add tags to images in bulk
|
3 年 前 |
Shohan
|
857445e38e
[feat] Add bulk delete view and template for images
|
3 年 前 |
Shohan
|
1b9facb377
[fix] Fix bug that caused disconnect between ui and javascipt state when using the navigate back button in chrome to cancel a bulk action (#7394)
|
3 年 前 |
Shohan
|
ebf2351cff
[refactor] Fix typo
|
3 年 前 |
Shohan
|
28abe204cd
[refactor] Bulk action data attributes are now added in a more generic manner
|
3 年 前 |
Shohan
|
11d50333b5
[refactor] namespace data attributes for bulk actions
|
3 年 前 |
Shohan
|
a1941da856
Bulk actions for documents (#7350)
|
3 年 前 |
Shohan
|
48e9508fc1
[refactor] Refactor based on review comments
|
3 年 前 |
Shohan
|
d2ce53903c
[refactor] Refactor based on review comments
|
3 年 前 |
Shohan
|
1f1bc4f8aa
[refactor] Refactor page bulk actions to align with changes to base bulk action
|
3 年 前 |
Shohan
|
6e2bfba045
[refactor] Make execute_action a classmethod, which now accepts additional keyword arguments from another instance method
|
3 年 前 |