discourse/plugins/chat/spec
Loïc Guitaut 01392ab90c FIX: Delete associated channel upon category deletion
Currently when a category is deleted, if it has an associated chat
channel, the latter won’t be deleted automatically.

The fix is quite simple as we were simply missing a `dependent:
:destroy` option on the existing relation.
2022-11-22 10:04:29 +01:00
..
components FIX: Deliver chat summaries when allowed groups include "everyone" (#18955) 2022-11-09 10:54:47 -03:00
fabricators FIX: Automatically generate category channel slugs (#18879) 2022-11-09 10:28:31 +10:00
integration
jobs FIX: Delete associated channel upon category deletion 2022-11-22 10:04:29 +01:00
lib FEATURE: Add TL1 to chat_allowed_groups by default (#19116) 2022-11-21 09:17:40 +10:00
mailers DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
models FIX: Delete associated channel upon category deletion 2022-11-22 10:04:29 +01:00
queries DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
requests FIX: Delete associated channel upon category deletion 2022-11-22 10:04:29 +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 A11Y: improved titles for chat in the sidebar (#19134) 2022-11-22 09:24:39 +08:00
validators
plugin_helper.rb FEATURE: Generic hashtag autocomplete lookup and markdown cooking (#18937) 2022-11-21 08:37:06 +10:00
plugin_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00