浏览代码

[search] Fix typo in add a new collection wizard

Romain Rigaux 12 年之前
父节点
当前提交
9bae5faa77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/search/src/search/models.py

+ 1 - 1
apps/search/src/search/models.py

@@ -358,7 +358,7 @@ margin-top: 2px;
       return Collection.objects.create(
           name=name,
           label=name,
-          is_enabled=is_enabled,
+          enabled=is_enabled,
           cores=cores,
           is_core_only=is_core_only,
           facets=facets,