discourse/app
Blake Erickson 06084fb8be
FIX: IndexCategoryForSearch category_id job exception (#11239)
On category create an exception will be thrown on this job because the
save transaction hasn't completed yet and the job cannot find the
category id. To prevent this we can use the rails 6 `after_save_commit`
hook that will fire after the category save transaction has finished for
both update and create actions.
2020-11-16 10:18:25 -07:00
..
assets FEATURE: Add auto update field to themes (#11102) 2020-11-16 14:44:09 +02:00
controllers FEATURE: Add auto update field to themes (#11102) 2020-11-16 14:44:09 +02:00
helpers UX: Use appropriate logo on static pages (#11211) 2020-11-12 10:50:55 -08:00
jobs FIX: when creating linked topics make sure they belong to same category (#11188) 2020-11-11 00:44:27 +05:30
mailers FIX: Ensure group SMTP and message builder always uses from address for Reply-To when IMAP is enabled (#11037) 2020-10-28 07:01:58 +10:00
models FIX: IndexCategoryForSearch category_id job exception (#11239) 2020-11-16 10:18:25 -07:00
serializers FEATURE: Add auto update field to themes (#11102) 2020-11-16 14:44:09 +02:00
services FEATURE: Implement edit functionality for post notices (#11140) 2020-11-11 14:49:53 +02:00
views FEATURE: Add Google Universal Analytics v4 as an option (#11123) 2020-11-06 14:15:36 -06:00