discourse-data-explorer/lib/discourse_data_explorer
锦心 b063db4ba4
FIX: Use with_deleted only in topic and post (#308)
We used `with_deleted` incorrectly in the code. This method does not exist
on `User`, `Badge`, and `Group`. This will cause an error when entering a
numeric id in these three parameter input, forcing the user to enter the
name/username of these inputs.

See https://github.com/discourse/discourse-data-explorer/pull/307#issuecomment-2291017256
2024-08-15 20:01:53 +08:00
..
data_explorer.rb DEV: Update rubocop-discourse to version 3.8.0 (#292) 2024-05-28 11:16:14 +02:00
engine.rb DEV: Update plugin to match latest guidelines (#229) 2023-03-22 23:29:08 +02:00
parameter.rb FIX: Use with_deleted only in topic and post (#308) 2024-08-15 20:01:53 +08:00
queries.rb FEATURE: add instant run-off voting export query (#294) 2024-07-17 14:45:40 +02:00
query_group_bookmarkable.rb DEV: Adapt to core bookmark changes (#280) 2024-02-29 09:11:40 +10:00