Skip to content
Snippets Groups Projects

file deletion with language module and domain config

Open Sudhir Krishna requested to merge issue/drupal-3424701:11.x into 11.x

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
  • Sudhir Krishna resolved all threads

    resolved all threads

  • Sudhir Krishna added 1 commit

    added 1 commit

    Compare with previous version

  • Sudhir Krishna added 323 commits

    added 323 commits

    Compare with previous version

  • Sudhir Krishna added 3 commits

    added 3 commits

    • c8e1d056 - revert old fix and handle by adding collection route
    • 40498277 - Merge branch '11.x' of git.drupal.org:issue/drupal-3424701 into 11.x
    • 0fbf7c27 - spacing fix

    Compare with previous version

  • Sudhir Krishna added 86 commits

    added 86 commits

    Compare with previous version

  • Sudhir Krishna changed title from Update EntityBase.php - Add support for delete-form to file deletion with language module and domain config

    changed title from Update EntityBase.php - Add support for delete-form to file deletion with language module and domain config

  • Sudhir Krishna changed the description

    changed the description

  • Sudhir Krishna added 1 commit

    added 1 commit

    • da969bbb - update collection link in entity

    Compare with previous version

  • Sudhir Krishna added 1 commit

    added 1 commit

    • 62960cd4 - check for module views before adding route

    Compare with previous version

  • Sudhir Krishna added 1 commit

    added 1 commit

    • fc33b442 - conditional addition rollback

    Compare with previous version

  • Sudhir Krishna added 1 commit

    added 1 commit

    • 7423699e - change destination urls to relative path

    Compare with previous version

  • Sudhir Krishna added 1 commit

    added 1 commit

    Compare with previous version

  • Sudhir Krishna added 1 commit

    added 1 commit

    • c1c3218f - updated test case and fixes bug 2980527

    Compare with previous version

  • 347 347 // Removing a block will remove the block placement indicator.
    348 348 $this->clickLink('Remove');
    349 349 $this->submitForm([], 'Remove');
    350 // @todo https://www.drupal.org/project/drupal/issues/2980527 this should be
    351 // 'admin/structure/block/list/stark' but there is a bug.
    352 $this->assertSession()->addressEquals('admin/structure/block');
    350 $this->assertSession()->addressEquals('admin/structure/block/list/stark');
  • added 1 commit

    • 32afbc1a - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading