Compare routes using the route name instead of the generated path.
Open
requested to merge issue/force_password_change-3280541:3280541-generated-url-language into 2.0.x
1 unresolved thread
Closes #3280541
Merge request reports
Activity
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', changed this line in version 3 of the diff
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
-
a4dbb7e0...12f52733 - 3 commits from branch
added 1 commit
Please register or sign in to reply