Sfoglia il codice sorgente

Fixed broken fixture

master
David Winterbottom 14 anni fa
parent
commit
131b82675b
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4
    2
      oscar/apps/product/fixtures/initial_data.json

+ 4
- 2
oscar/apps/product/fixtures/initial_data.json Vedi File

@@ -5,7 +5,8 @@
5 5
         "fields": {
6 6
             "code": "html-meta-description", 
7 7
             "name": "HTML meta description", 
8
-            "has_choices": false
8
+            "has_choices": false,
9
+            "item_class": null
9 10
         }
10 11
     }, 
11 12
     {
@@ -14,7 +15,8 @@
14 15
         "fields": {
15 16
             "code": "html-meta-keywords", 
16 17
             "name": "HTML meta keywords", 
17
-            "has_choices": false
18
+            "has_choices": false,
19
+            "item_class": null
18 20
         }
19 21
     }
20 22
 ]

Loading…
Annulla
Salva