- 🇺🇸United States smustgrave
Needs a reroll but appears to be dead code maybe?
- Status changed to RTBC
over 2 years ago 6:42pm 28 January 2023 - 🇺🇸United States smustgrave
Pretty convinced this is deadcode but will see what the committers say.
- Status changed to Needs work
over 2 years ago 10:17am 8 February 2023 - 🇳🇿New Zealand quietone
The route 'user.autocomplete' was removed in Drupal 8.0.x #2434697: Remove UserAutocompleteController → .
There is another instance of the string 'user/autocomplete'. That should be investigated here as well.
$ git grep 'user.autocomplete' | grep -v drupal[6-7].php core/modules/node/tests/src/Functional/NodeCreationTest.php: $this->assertSession()->elementNotExists('xpath', '//input[@id="edit-uid-0-value" and contains(@data-autocomplete-path, "user/autocomplete")]'); core/modules/system/tests/src/Functional/Theme/FastTest.php: $this->drupalGet('user/autocomplete', ['query' => ['q' => $this->account->getAccountName()]]);