Add record update info to records organize API
This commit is contained in:
committed by
Mumbi Francis
parent
5dc7678235
commit
126309c6bc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user