Skip to content
Snippets Groups Projects

set redirect from block edit to collection instead of self in more cases

1 unresolved thread

Closes #3412283

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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()) {
  • Adam Bramley added 2 commits

    added 2 commits

    Compare with previous version

  • Adam Bramley added 462 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

    Compare with previous version

  • Please register or sign in to reply
    Loading