set redirect from block edit to collection instead of self in more cases
1 unresolved thread
Closes #3412283
Merge request reports
Activity
108 108 if ($block->id()) { 109 109 $form_state->setValue('id', $block->id()); 110 110 $form_state->set('id', $block->id()); 111 if ($insert) { 112 $theme = $block->getTheme(); 113 if ($theme) { 111 if ($insert && $theme = $block->getTheme()) { changed this line in version 2 of the diff
added 2 commits
added 462 commits
-
40b50cbb...0efb1513 - 459 commits from branch
project:11.x
- eec21dc1 - set redirect from block edit to collection instead of self in more cases
- bfa32d5d - Move assignment out of conditional.
- 189a0293 - Test coverage
Toggle commit list-
40b50cbb...0efb1513 - 459 commits from branch
Please register or sign in to reply