diff --git a/server/compose/service/record.go b/server/compose/service/record.go index 9ab47f78e6..b588eb87e9 100644 --- a/server/compose/service/record.go +++ b/server/compose/service/record.go @@ -1744,6 +1744,8 @@ func (svc record) Organize(ctx context.Context, namespaceID, moduleID, recordID } } + svc.recordInfoUpdate(ctx, r) + return store.Tx(ctx, svc.store, func(ctx context.Context, s store.Storer) error { if err = dalutils.ComposeRecordUpdate(ctx, svc.dal, m, r); err != nil { return err