Implemented Visitor extra with code event.

Liam W

in memoriam 1998-2020
We can currently add additional relations to fetch with the visitor entity by extending the User repository.

It would be less faff, and less chance for breakages, if there was a code event to do this :)

Liam
 
Last edited:
Upvote 0
This suggestion has been implemented. Votes are no longer accepted.
The visitor object just uses the User entity IIRC, so you can add any relations to the User entity and they'll be available, unless you're talking about something else :p

Never mind, just reread it :)
 
I've added a visitor_extra_with to the getVisitorWith method in the User repo, so that should sort this.
 
Top Bottom