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 Expert

    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 Expert

    Hi again,

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

    Regards

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on July 17, 2025, 06:22