canvas-lms/app/views/wiki_pages
Pat Renner 8d5dea8e21 fix bulk delete when sorting
closes OUT-3844
flag=bulk_delete_pages

Test-plan:
- Ensure bulk delete FF is enabled
- Within a course, create many pages:
    > c = Course.find() # course to find
    - import wiki_page_factory code
    > 50.times do wiki_page_model({course: c}) end
- Open the course's page tab
- ensure checking a box for deletion and sorting the page
maintains the checkbox and allows you to delete the
previously selected page
- ensure the behavior works as expected in these scenarios:
  - clicking a single page for deletion then
deleting it via the dropdown
  - marking a page as a front page should remove the checkbox
(and disable the bulk delete button)

Change-Id: I7c3830e33efc3c43d1131b1f4e6da5a5f9f0e28f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/245602
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Augusto Callejas <acallejas@instructure.com>
Reviewed-by: Michael Brewer-Davis <mbd@instructure.com>
QA-Review: Brian Watson <bwatson@instructure.com>
Product-Review: Jody Sailor
2020-08-26 21:08:35 +00:00
..
edit.html.erb replace content_for :page_title or :title w/ provide 2019-07-17 17:25:51 +00:00
index.html.erb fix bulk delete when sorting 2020-08-26 21:08:35 +00:00
revisions.html.erb replace content_for :page_title or :title w/ provide 2019-07-17 17:25:51 +00:00
show.html.erb change outcomes alignment component 2020-05-29 00:50:27 +00:00