mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FEATURE: backend support for user-selectable components
* FEATURE: backend support for user-selectable components * fix problems with previewing default theme * rename preview_key => preview_theme_id * omit default theme from child themes dropdown and try a different fix * cache & freeze stylesheets arrays
This commit is contained in:
@ -1440,7 +1440,7 @@ describe UsersController do
|
||||
notification_level: TagUser.notification_levels[:watching]
|
||||
).pluck(:tag_id)).to contain_exactly(tags[0].id, tags[1].id)
|
||||
|
||||
theme = Theme.create(name: "test", user_selectable: true, user_id: -1)
|
||||
theme = Fabricate(:theme, user_selectable: true)
|
||||
|
||||
put "/u/#{user.username}.json", params: {
|
||||
muted_usernames: "",
|
||||
|
Reference in New Issue
Block a user