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

Grid column data loading when User a ref entity #737

Merged
merged 5 commits into from
Jun 26, 2023

Conversation

masumcse1
Copy link
Contributor

Problem : when a CET has a CFT of type user as reference of entity ,
on that time grid summary column data is not loaded .

Root cause :
For showing data on grid ,it used <f:converter binding="#{entityReferenceConverter}" /> converter when data type is reference entity.
In this case , this converter (EntityReferenceConverter.java ) did not return any value from db (table-adm_user).
as a result this column is showing wrong value.

solution :
If CFT type is User type. in case i retrieve data from database by uuid.

@smichea smichea merged commit a9f4a8f into meveo-org:develop Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants