Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lost the activated theme settings when saving the system settings (
#3691) #### What type of PR is this? /kind bug /area console /milestone 2.5.x #### What this PR does / why we need it: 修复保存系统设置之后,启用主题的设置丢失,恢复为了默认主题。原因是因为在 #3606 中使用了新的 useSettingFormConvert 方法,但这个方法未考虑到某些 ConfigMap 的分组并未在表单中定义,也就是数据转换方法是以表单的定义为基准,所以丢失了 `theme.active` 设置。 #### Which issue(s) this PR fixes: Fixes #3673 #### Special notes for your reviewer: 测试方式: 1. 安装若干主题并启用。 2. 然后去系统设置修改任意数据并保存。 3. 检查主题是否被修改为默认主题。 #### Does this PR introduce a user-facing change? ```release-note 修复保存系统设置之后导致激活主题的设置值丢失,恢复为了默认主题的问题。 ```
- Loading branch information