Updated: Comment #0
Follow-up from #2078951: Highlight the row of block that was just placed
Problem/Motivation
Makes me want to keep clicking "Save blocks" over and over.
Steps to reproduce
- install d8
- go to Administration >> Structure >> Block Layout (admin/structure/block)
- place a block (for example place recent comments in the first sidebar)
- it gets a changed color and we end up at url admin/structure/block/list/bartik?block-placement=bartikrecentcomments
- scroll to bottom of page and save (Save blocks)
- page reloads and we are still at admin/structure/block/list/bartik?block-placement=bartikrecentcomments
Proposed resolution
Remove the query string from the url when the save button is submitted.
Remaining tasks
User interface changes
Before patch
Before save and after save:

API changes
None.
Related Issues
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | block-2088027-3-PASS.patch | 1.91 KB | tim.plunkett |
| #3 | block-2088027-3-FAIL.patch | 1.28 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettShould be easy enough to test.
This just removes the querystring after submit.
Comment #3
tim.plunkettComment #5
dawehnerPerfect!
Comment #6
webchickCommitted and pushed to 8.x. Thanks!