discourse/app
Krzysztof Kotlarek 5c43f9a3a3
FIX: problem when [] custom field is send (#13573)
Multiselect data can be saved but when all are removed then data are not cleared

Ajax function is removing an empty array from request data. In that case, we should change `[]` to `null`.

We need that empty values to properly empty data.
2021-06-30 16:18:37 +10:00
..
assets FIX: problem when [] custom field is send (#13573) 2021-06-30 16:18:37 +10:00
controllers FEATURE: add staff action logs for watched words (#13574) 2021-06-30 11:22:46 +05:30
helpers FEATURE: Render emojis on GitHub labels when oneboxing an issue. (#13531) 2021-06-25 14:48:36 -03:00
jobs FIX: Remove legacy topic timer code (#13544) 2021-06-29 09:16:25 +10:00
mailers FIX: Do not show In Reply To for group SMTP emails (#13541) 2021-06-28 13:19:17 +10:00
models FEATURE: add staff action logs for watched words (#13574) 2021-06-30 11:22:46 +05:30
serializers FIX: topic level bookmark button (#13530) 2021-06-28 12:24:23 +04:00
services FEATURE: add staff action logs for watched words (#13574) 2021-06-30 11:22:46 +05:30
views FIX: Improve participant display in group SMTP emails (#13539) 2021-06-28 10:42:06 +10:00