Open Closed

Special Types Enum not show on table #5334


User avatar
0
thuc.nghiem@techplus.vn created
  • ABP Framework version: v7.0.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
    1. using link: https://docs.abp.io/en/abp/7.0/Module-Entity-Extensions
    1. I add a add enum properties:
  • public enum UserType { Regular, Moderator, SuperUser }
  • identity.ConfigureUser(user => {
    user.AddOrUpdateProperty<UserType>("UserType", property => { property.UI.OnTable.IsVisible = true; } ); });
  1. Edit user show UserType and choise in dropdown and Save success.
  2. But error not show UserType column on table

4 Answer(s)
  • User Avatar
    0
    thuc.nghiem@techplus.vn created

    Is there anyone who can help me fix this bug?

  • User Avatar
    0
    masum.ulu created
    Support Team Angular Developer

    Hello, sorry for late reply have you check the Data table column extensions document ?

  • User Avatar
    0
    thuc.nghiem@techplus.vn created

    Hello Masum.ulu. I think this is an automated feature, I didn't have to customize it in the code.

  • User Avatar
    0
    masum.ulu created
    Support Team Angular Developer

    Hi again,

    I've created an issue also I refunded your credit. This problem will fixed on 7.3-patch version Also PR

    Regards

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11