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
Kane York ab0b034404
FIX: Wizard could not send custom color schemes to the client correctly (#10484)
This was likely introduced with the refactor to make ColorSchemeColor a database object. Add a test so this doesn't happen again.

Also test other basics of the WizardSerializer.

For some reason, the .as_json left Ruby objects in; I solved this with a round trip through JSON during the test.
2020-08-20 17:10:33 -07:00
..
assets FIX: Detect dark scheme server-side for better dark logo support (#10490) 2020-08-20 14:23:18 -04:00
controllers FEATURE: add regular_categories field in site setting & user option. (#10477) 2020-08-20 00:35:04 +05:30
helpers FIX: Detect dark scheme server-side for better dark logo support (#10490) 2020-08-20 14:23:18 -04:00
jobs DEV: IMAP log to database (#10435) 2020-08-14 12:01:31 +10:00
mailers PERF: Replace video and audio links in search blurb while indexing. 2020-08-06 12:25:03 +08:00
models FIX: Wizard could not send custom color schemes to the client correctly (#10484) 2020-08-20 17:10:33 -07:00
serializers FIX: Wizard could not send custom color schemes to the client correctly (#10484) 2020-08-20 17:10:33 -07:00
services PERF: Defer indexing post for search when saving a post. 2020-08-21 07:52:43 +08:00
views FIX: Fix css var issues + button :active gradient (#10469) 2020-08-18 14:25:38 -05:00