discourse-data-explorer/spec/system
锦心 41dfa217ca
FIX: Wrong type in category_id param input (#304)
* FIX: Wrong type in category_id param input

We will dasherize category_id. The dasherize function accepts a string,
but we don't type-check it, so the default null may be passed in. This
will cause a type error and crash the front-end.
2024-08-05 20:11:16 +08:00
..
bookmark_spec.rb FIX: Bookmarking group reports (#291) 2024-05-22 09:18:09 +10:00
explorer_spec.rb FEATURE: Add group_list parameter type (#283) 2024-03-12 12:06:01 -04:00
param_input_spec.rb FIX: Wrong type in category_id param input (#304) 2024-08-05 20:11:16 +08:00
reports_spec.rb FEATURE: Add JSON result type component (#260) 2023-11-02 09:50:05 +10:00