3
0

Fix rec. bulk operation handling

This commit is contained in:
Denis Arh
2020-11-19 11:29:07 +01:00
parent 5a64d02ea4
commit c19b5392c9

View File

@@ -157,6 +157,7 @@ func (ctrl *Record) Create(ctx context.Context, r *request.RecordCreate) (interf
oo = append(oo, &types.RecordBulkOperation{
Record: rr,
Operation: types.OperationTypeCreate,
ID: "parent:0",
})
}