Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
3 files
+ 85
2
Compare changes
  • Side-by-side
  • Inline
Files
3
  • b61cd96e
    Issue #3168624 by DerekCresswell, ravi.shankar, BramDriesen, jonathanshaw,... · b61cd96e
    Alex Pott authored
    Issue #3168624 by DerekCresswell, ravi.shankar, BramDriesen, jonathanshaw, catch: Add 'user/edit' route
@@ -283,8 +283,7 @@ public function userPage() {
@@ -283,8 +283,7 @@ public function userPage() {
* Redirects users to their profile edit page.
* Redirects users to their profile edit page.
*
*
* This controller assumes that it is only invoked for authenticated users.
* This controller assumes that it is only invoked for authenticated users.
* This is enforced for the 'user.well-known.change_password' route with the
* This is typically enforced with the '_user_is_logged_in' requirement.
* '_user_is_logged_in' requirement.
*
*
* @return \Symfony\Component\HttpFoundation\RedirectResponse
* @return \Symfony\Component\HttpFoundation\RedirectResponse
* Returns a redirect to the profile edit form of the currently logged in
* Returns a redirect to the profile edit form of the currently logged in
Loading