Merge pull request #1462 from stevvooe/fieldpath-fix
service/containers: correctly plumb fieldpaths
This commit is contained in:
commit
93395c0b1d
@ -124,7 +124,7 @@ func (s *Service) Update(ctx context.Context, req *api.UpdateContainerRequest) (
|
||||
}
|
||||
}
|
||||
|
||||
updated, err := store.Update(ctx, container)
|
||||
updated, err := store.Update(ctx, container, fieldpaths...)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user