Skip to content

UserLogin avoid setting id in method setUser #27

@dfsantamaria

Description

@dfsantamaria

UserLogin is created upon UserAccount sharing the same ID. However, within the method UserLogin::setUser the ID must be setted manually by way of the following instruction

public void setUser(UserAccount user) { this.user = user; this.user_id = user.getId(); }

The id should be rather setted automatically.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions