Skip to content

Do not always auto-create an OriginVisitStatus object in origin_visit_add()

when the OriginVisit object given as argument to be inserted already have its visit id set (which is usually the case in a replayer-like session), it makes no sense to auto-add the first OriginVisitStatus objects related to this visit; this behavior is expected only when the origin_visit_add() is called from a loading session.

Depends in !795 (closed).


Migrated from D8068 (view on Phabricator)

Merge request reports