diff --git a/backends/ent/store.go b/backends/ent/store.go index c7cd2b9..05101dc 100644 --- a/backends/ent/store.go +++ b/backends/ent/store.go @@ -275,6 +275,8 @@ func (backend *Backend) saveIdentifiers(idents map[int32]string, opts ...func(*e SetType(identifiersentry.Type(identType.String())). SetValue(value) + setDocumentID(backend.ctx, identEntry) + for _, fn := range opts { fn(identEntry) }