discourse/app
Vinoth Kannan 72b24f3fb9
FIX: allow array values for custom fields in category params. (#17692)
Previously, when we used `params[:custom_fields].try(:keys)` code it worked for all the custom fields unless it's an array. It created the problem in the discourse-restricted-replies plugin.

https://github.com/discourse/discourse-restricted-replies/pull/37#issuecomment-1194207693
2022-07-28 07:53:35 +05:30
..
assets FIX: Ensure error handlers render correctly without preload_json (#17696) 2022-07-27 22:29:13 +01:00
controllers FIX: allow array values for custom fields in category params. (#17692) 2022-07-28 07:53:35 +05:30
helpers DEV: Remove development cache-buster query parameter (#17444) 2022-07-12 11:53:59 +01:00
jobs FIX: Publish membership update events when refreshing automatic groups. (#17668) 2022-07-27 11:34:08 -03:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FIX: Publish membership update events when refreshing automatic groups. (#17668) 2022-07-27 11:34:08 -03:00
serializers DEV: Introduce SiteSetting to enable/disable Sidebar. (#17662) 2022-07-27 13:42:26 +08:00
services DEV: Introduce SiteSetting to enable/disable Sidebar. (#17662) 2022-07-27 13:42:26 +08:00
views FEATURE: revamped wizard (#17477) 2022-07-27 06:53:01 +05:30