I noticed that when I create a new user(steven) and assign a role(supervisor), the new records are inserted into User and Role tables properly. However, no record is inserted into the "join table"(Users_Roles). This could be the cause of roles not reflected on the page.
Can you verify from MDA perspective if anything is missing in the models during code generation?
Cheers, Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes Steven it was an mda issue , i have fixed it but the updates are still not reflecting on the viewuser screen (they persist fine in database though) - see if you can take a stab at it , the problem is being casued by a long running seam conversation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Jag,
I noticed that when I create a new user(steven) and assign a role(supervisor), the new records are inserted into User and Role tables properly. However, no record is inserted into the "join table"(Users_Roles). This could be the cause of roles not reflected on the page.
Can you verify from MDA perspective if anything is missing in the models during code generation?
Cheers, Steven
Yes Steven it was an mda issue , i have fixed it but the updates are still not reflecting on the viewuser screen (they persist fine in database though) - see if you can take a stab at it , the problem is being casued by a long running seam conversation.
Jag,
Does this issue still occur in the new cerebrumehr application as I could not reproduce it. Please let me know.
Last edit: SHADEVEN 2014-07-16
Steve - yes its working now - closing the ticket.