We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
##错误描述:
KeyNotFoundException: The given key 'Group1' was not present in the dictionary.
##版本:
1.3.1
##问题分析原因:
调试代码在EasyAbp.Abp.SettingUi.Web.Pages.Components中发现取Group1对应属性值,而SettingInfo并未对Properties进行赋值,导致取值错误。默认是否应该调用WithProperty方法,设置Group1,Group2 的Value?
The text was updated successfully, but these errors were encountered:
Could you provide a sample project to reproduce this issue?
Sorry, something went wrong.
不知对您是否有帮助,可能我哪里配置错误了?
@llccig 有能再现的示例工程吗? 我可以下载下来跑的.
@wakuflair https://github.com/llccig/TestUI
@llccig 谢谢你提供的示例工程, 我已成功再现, 查找问题中..
41e01bb
No branches or pull requests
##错误描述:
KeyNotFoundException: The given key 'Group1' was not present in the dictionary.
##版本:
1.3.1
##问题分析原因:
调试代码在EasyAbp.Abp.SettingUi.Web.Pages.Components中发现取Group1对应属性值,而SettingInfo并未对Properties进行赋值,导致取值错误。默认是否应该调用WithProperty方法,设置Group1,Group2 的Value?
The text was updated successfully, but these errors were encountered: