Shohan
|
c0348c1b0c
Remove duplicate css and js from documents bulk actions confirmation templates
|
3 years ago |
Shohan
|
742cb14fbc
[refactor] Set delete action as the last action, and remove unneccesary save on image in add tags
|
3 years ago |
Shohan
|
391f1618b0
[fix] Fix bug that caused bulk actions to retain the num_objects after the action
|
3 years ago |
Shohan
|
096f9e07c9
[refactor] Reword confirmation strings and button label for adding tags
|
3 years ago |
Shohan
|
96e636f7ae
[refactor] Dedent extra indented blocks
|
3 years ago |
Shohan
|
7f32f2859c
[refactor] Add common css and js to base confirmation template
|
3 years ago |
Shohan
|
27e0b925cb
[feat] Add tests for images bulk actions
|
3 years ago |
Shohan
|
d773e9b4d2
[feat] Add bulk action ui to images listing
|
3 years ago |
Shohan
|
855591cf8f
[feat] Add action dispatcher for images bulk actions
|
3 years ago |
Shohan
|
e0ce91f035
[feat] Add view and template to add images to a collection in bulk
|
3 years ago |
Shohan
|
bdf9880d44
[feat] Add view and template to add tags to images in bulk
|
3 years ago |
Shohan
|
857445e38e
[feat] Add bulk delete view and template for images
|
3 years ago |
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 years ago |
Shohan
|
ebf2351cff
[refactor] Fix typo
|
3 years ago |
Shohan
|
28abe204cd
[refactor] Bulk action data attributes are now added in a more generic manner
|
3 years ago |
Shohan
|
11d50333b5
[refactor] namespace data attributes for bulk actions
|
3 years ago |
Shohan
|
a1941da856
Bulk actions for documents (#7350)
|
3 years ago |
Shohan
|
48e9508fc1
[refactor] Refactor based on review comments
|
3 years ago |
Shohan
|
d2ce53903c
[refactor] Refactor based on review comments
|
3 years ago |
Shohan
|
1f1bc4f8aa
[refactor] Refactor page bulk actions to align with changes to base bulk action
|
3 years ago |
Shohan
|
6e2bfba045
[refactor] Make execute_action a classmethod, which now accepts additional keyword arguments from another instance method
|
3 years ago |
Shohan
|
023f292208
[refactor] Reuse existing templates
|
3 years ago |
Shohan
|
9848bb3bc3
[fix] Fix failing tests
|
3 years ago |
Shohan
|
02fb709446
[refactor] Refactor execute_action to be an instance method instead of a class method
|
3 years ago |
Shohan
|
1fe1b15623
[fix] destination is evaluated when formis created, not in a class variable, which caused failing of some tests
|
3 years ago |
Shohan
|
8eaaa9967d
[refactor] Use the new reusable templates for the forms in page bulk actions
|
3 years ago |
Shohan
|
2b09a653d1
[feat] Add reusable templates to generate forms
|
3 years ago |
Shohan
|
d6c787fc51
[refactor] Use the cleaned form data instead of directly accessing request.POST
|
3 years ago |
Shohan
|
fc280f92a3
[refactor] Base bulk action class now uses FormView instead of TemplateView
|
3 years ago |
Shohan
|
3749f6022a
[feat] Check for edit permissions in the move bulk action for pages with no move permission
|
3 years ago |