Skip to content

Commit

Permalink
fix(generator): Fix isSearchable on set attributes - issue #46
Browse files Browse the repository at this point in the history
  • Loading branch information
junajan committed Nov 21, 2016
1 parent e4bcd75 commit ec29a81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coffee/product-type-generator.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ class ProductTypeGenerator
# name,description,set_set_gender
# women,Woman Product Type,x
attributeDefinition['isRequired'] = false
attributeDefinition['isSearchable'] = false

if row['type']
type['elementType'] = {name: @_type(@_typeOrElementType(rawTypeName))}
Expand Down

0 comments on commit ec29a81

Please sign in to comment.