discourse/app/assets/javascripts/admin
Bianca Nenciu 42f62a9e63
FIX: Shows all_results if current settings category has no results (#10358)
Searching for a specific setting only showed results from the current selected category. Before fixing fd02856, it automatically redirected the user to all_results. This was a problem because the redirect always happened and there was no way to share a link to a specific category.

The fix to this bug is to simply redirect the user to all_results if there are no results to be displayed.
2020-08-05 09:39:54 +02:00
..
adapters FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
components FIX: Removes an error in the console in test mode 2020-07-31 14:06:52 -04:00
controllers FIX: Shows all_results if current settings category has no results (#10358) 2020-08-05 09:39:54 +02:00
helpers DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
mixins UX: Add simple-list setting type (#9970) 2020-06-04 10:44:54 -04:00
models FIX: Computed property deprecation 2020-07-28 11:55:47 -04:00
routes FEATURE: allows to display charts by day/week/month (#10325) 2020-07-28 16:14:41 +02:00
services DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
templates prevent long email addresses from breaking admin table layout 2020-08-04 16:47:50 -04:00