打开 关闭

edit user role name display bug #5080


User avatar
0
hi.wujj@gmail.com 创建

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: V7.2.1
  • UI type: MVC
  • DB provider: EF Core /
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

用户管理,编辑用户-角色乱码,请帮忙检查修复,谢谢。


2 答案
  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    hi

    Steps to reproduce the issue:

    What are the names of your role?

    You can check them in the database.

  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer
    Configure<WebEncoderOptions>(options =>
    {
        options.TextEncoderSettings = new TextEncoderSettings(UnicodeRanges.BasicLatin, UnicodeRanges.CjkUnifiedIdeographs);
    });
    
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11