Skip to content
Snippets Groups Projects

Compare routes using the route name instead of the generated path.

1 unresolved thread

Closes #3280541

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
  • 0 commits and 1 merge commit will be added to .
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
110 110 * - not requesting a new password
111 111 */
112 112 $authorizedPaths = [
113 Url::fromRoute('entity.user.edit_form', ['user' => $this->currentUser->id()])->toString(),
114 Url::fromRoute('user.logout')->toString(),
115 Url::fromRoute('user.pass')->toString(),
113 'entity.user.edit_form',
  • Lucas Hedding added 4 commits

    added 4 commits

    • a4dbb7e0...12f52733 - 3 commits from branch project:2.0.x
    • 1be6745b - Merge branch force_password_change:2.0.x into 3280541-generated-url-language

    Compare with previous version

  • s_leu added 1 commit

    added 1 commit

    • e8404095 - Issue #3280541: Revert to comparison by path but determine current path based on current request

    Compare with previous version

  • s_leu added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading