Explorar o código

[search] Fix typo in add a new collection wizard

Romain Rigaux %!s(int64=12) %!d(string=hai) anos
pai
achega
9bae5faa77
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,