Skip to content

Commit

Permalink
[BUGFIX] PopulateTagSlugs wizard must not rely on sorting field of ta…
Browse files Browse the repository at this point in the history
…g-table (#2614)

The sorting field is not present on newer installations.

Resolves: #2613
  • Loading branch information
liayn authored Feb 12, 2025
1 parent 5ffc566 commit 8c0bdff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Updates/PopulateTagSlugs.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ protected function populateSlugs(): void
// Ensure that live workspace records are handled first
->addOrderBy('t3ver_wsid', 'asc')
->addOrderBy('pid', 'asc')
->addOrderBy('sorting', 'asc')
->executeQuery();

// Check for existing slugs from realurl
Expand Down

0 comments on commit 8c0bdff

Please sign in to comment.