This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Vinoth Kannan 415c4fa72a
FIX: review queue scrolling is not working after take an action. (#16346)
`reject` method for `Reviewable` model is returning an array. So if we use `this.set` method to update `reviewables` attribute in controller then it replaces the model with an array of objects wrongly. This is now fixed by using the `setObjects` method of the model.
2022-04-04 14:48:06 +05:30
..
assets FIX: review queue scrolling is not working after take an action. (#16346) 2022-04-04 14:48:06 +05:30
controllers FEATURE: DiscourseEvent hook for sync_sso (#16329) 2022-03-30 16:22:22 -03:00
helpers FEATURE: use canonical links in posts.rss feed (#16190) 2022-03-15 20:17:06 +11:00
jobs FEATURE: Polymorphic bookmarks pt. 1 (CRUD) (#16308) 2022-03-30 12:43:11 +10:00
mailers FEATURE: Allow sending group SMTP emails with from alias (#15687) 2022-02-07 13:52:01 +10:00
models FIX: Abort theme creation if unable to create uploads (#16336) 2022-04-01 12:03:14 +11:00
serializers FIX: can_permanently_delete should check for admin (#16348) 2022-04-01 12:03:39 +11:00
services PERF: Update UserDestroyer to fetch histories and actions in batch (#16316) 2022-03-29 16:56:55 +01:00
views linting (#16360) 2022-04-02 10:47:01 -05:00