You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i save a project (with a lessor and a housing inside), the createdBy of the Housing entity is null in database (but both project and lessor are ok)
If i invert the declaration order of lessor and housing relations in ProjectEntity then the createdBy of the Lessor entity is null in database (but both project and housing are ok)
Steps To Reproduce
No response
Environment Information
Operating system: ubuntu
JDK: 21
Micronaut 4.7.0
Example Application
No response
Version
4.7.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
The
@CretaedBy
should insert the authenticated user name in database for all entities and their relationsActual Behaviour
I have 3 entities , Project,Lessor and Housing :
When i save a project (with a lessor and a housing inside), the createdBy of the
Housing
entity is null in database (but both project and lessor are ok)If i invert the declaration order of lessor and housing relations in
ProjectEntity
then the createdBy of theLessor
entity is null in database (but both project and housing are ok)Steps To Reproduce
No response
Environment Information
Example Application
No response
Version
4.7.0
The text was updated successfully, but these errors were encountered: