Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
block_content.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Apr 2021 at 12:27 UTC
Updated:
27 May 2021 at 14:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nikhil banait commentedAdded patch.
Comment #3
nikhil banait commentedComment #4
abhijith s commentedApplied patch #2 and its working fine,The reset button is appearing in the custom blocks view .
After patch :

RTBC +1
Comment #5
guilhermevp commentedWeird, applied the patch, cleared cache but the button didn't rendered. I wonder what went wrong. That said, this will probably needs an usability review.
Comment #6
nikhil banait commented@guilhermevp In order to render the Reset button, either you have to select any filter or simply click on Apply button.
Comment #7
bhumikavarshney commentedHi @Nikhil Banait
Am also facing the same issue, applied the patch, cleared cache but the button didn't rendered.
Also tried your solution you have suggested
" In order to render the Reset button, either you have to select any filter or simply click on Apply button."
Comment #8
nikhil banait commented@BhumikaVarshney Thanks for testing this patch. Looks like patch did not get apply correctly. In order to check that, please browse to '/admin/structure/views/view/block_content' and in 'Advance' section click on 'Setting' link under 'Exposed From'. Now check if 'Include reset button (resets all applied exposed filters)' is checked or not.
Comment #9
gauravvvv commentedThe reset button is showing in the custom blocks view.
Attaching an after-patch screenshot for reference.
Moving to RTBC.
Comment #10
gauravvvv commentedComment #13
catchRestoring status after HEAD was broken.
Comment #16
catchCommitted/pushed to 9.3.x and cherry-picked to 9.2.x, thanks!
This isn't something to add an update for - would add complexity to the patch for something that is easy to configure in the UI. But it'll improve usability for new sites.