discourse/app
Régis Hanol 941d0f1cf5 FIX: sorting user topics lists
Sorting a topics list in user activities wasn't working because the query parameters weren't passed to `findFiltered()` that does the request to the server.

Made the `sortIcon` more resilient to "input" by always converting the value to a string and checking against `"true"`.

Moved `cleanNullQueryParams()` inside `findFiltered` so we're always removing `null` query parameters.

Internal ref - t/127068
2024-05-14 14:40:49 +02:00
..
assets FIX: sorting user topics lists 2024-05-14 14:40:49 +02:00
controllers FEATURE: add HTML replacements 2024-05-14 10:41:27 +02:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs FIX: send activity summaries based on "last seen" 2024-05-06 15:22:52 +02:00
mailers DEV add modifiers to message_builder so plugins can customize subject/body/html (#26867) 2024-05-13 14:59:15 -04:00
models FEATURE: add HTML replacements 2024-05-14 10:41:27 +02:00
serializers FEATURE: add HTML replacements 2024-05-14 10:41:27 +02:00
services FEATURE: add HTML replacements 2024-05-14 10:41:27 +02:00
views FEATURE: Add experimental tracking of 'real browser' pageviews (#26647) 2024-04-25 11:00:01 +01:00