Skip to content
New issue

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

AngularUI: Fix enum prop can't display on table #17091

Merged
merged 1 commit into from Jul 11, 2023
Merged

Conversation

masumulu28
Copy link
Member

Resolves #17090

image

Checklist

  • I fully tested it as developer / designer and created unit / integration tests

How to test it?

public enum UserType
{
  Regular,
  Moderator,
  SuperUser
}
  • Run backend (HostWithIds project)
  • Go to users page and edit any user
  • It should be able to display & edit User Type field
  • It should be able to display column & value on table

@mahmut-gundogdu mahmut-gundogdu merged commit b1486ab into rel-7.3 Jul 11, 2023
2 of 3 checks passed
@mahmut-gundogdu mahmut-gundogdu deleted the issue-17090 branch July 11, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants