2

调用 Collection.allow(options) 时,文档对参数 options.transform 进行了说明:

覆盖 Collection 上的变换。传递 null 以禁用转换。

当我通过 options.transform=null 时,仍然使用创建集合时给出的转换。我将文档解释为如果 options.transform=null 则根本不会使用任何转换函数。

那么,应该修复的是文档、我对文档的解释还是 Meteor?

我正在使用 Meteor 0.6.4.1。

4

1 回答 1

0

这在 Meteor 0.7 中已修复:

修复将 transform: null 选项传递给 collection.allow() 以禁用验证器中的转换。#1659

https://github.com/meteor/meteor/blob/devel/History.md

于 2013-12-18T15:25:35.577 回答