Open Closed

edit user role name display bug #5080


User avatar
0
hi.wujj@gmail.com created

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 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team 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 created
    Support Team Fullstack Developer
    Configure<WebEncoderOptions>(options =>
    {
        options.TextEncoderSettings = new TextEncoderSettings(UnicodeRanges.BasicLatin, UnicodeRanges.CjkUnifiedIdeographs);
    });
    
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11