discourse/plugins/chat/spec
Loïc Guitaut 9c482a645c FIX: Allow deletion of categories when chat channel is not present
Currently it’s not possible to delete a category if an associated chat
channel is present even if there are no messages in this channel.
This can lead to annoying situations for our users.

This patch addresses the issue by checking if the channel is empty
instead of just checking if there is a channel.
2022-11-08 10:25:39 +01:00
..
components FIX: Make ChatMessageUpdater check editing access for guardian (#18902) 2022-11-08 09:04:18 +10:00
fabricators FIX: Make chat editor IDs not null (#18903) 2022-11-08 09:06:13 +10:00
integration
jobs FIX: Make chat editor IDs not null (#18903) 2022-11-08 09:06:13 +10:00
lib FIX: Allow deletion of categories when chat channel is not present 2022-11-08 10:25:39 +01:00
mailers DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
models FIX: Allow deletion of categories when chat channel is not present 2022-11-08 10:25:39 +01:00
queries DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
requests FIX: Allow deletion of categories when chat channel is not present 2022-11-08 10:25:39 +01:00
serializer DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
services
support FIX: Allow deletion of categories when chat channel is not present 2022-11-08 10:25:39 +01:00
system FIX: follow up to #7fca078 (#18915) 2022-11-07 19:31:08 +01:00
validators
plugin_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00