- 🇨🇦Canada smulvih2 Canada 🍁
I still get this inconsistent behavior in 9.5.5. Adding a submit handler like in comment #28 worked for me.
Updated: Comment #0
admin/structure/custom-blocks
, and the block placement form at admin/structure/block
.admin/structure/block
, submitting the custom block creation form takes you directly into the "place block" form for an instance of this new block, and then subsequently redidirects back to the place block form.admin/structure/custom-blocks
, the behavior changes based on whether you have only one custom block type:
admin/structure/custom-blocks
, as you'd expect.admin/structure/block
, despite that you might not have any intention of placing the block in the first place.Video illustrating this adventure:
https://www.dropbox.com/s/b15zhahytrww9sn/custom_block_redirect.mp4
Always redirect back to admin/structure/block/custom-blocks
if that's where you start.
Additionally, if you started on a theme-specific page like admin/structure/block/list/seven
, you will be redirected there.
Remove the seven theme override of the custom block list theming (ie this works in stark)
The user is consistently redirected to admin/structure/custom-blocks
if that's the starting point.
Probably none.
Fixed
8.0 ⚰️
Last updated
Makes Drupal easier to use. Preferred over UX, D7UX, etc.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I still get this inconsistent behavior in 9.5.5. Adding a submit handler like in comment #28 worked for me.