Let all products in core be creatable
This commit is contained in:
parent
95c9748dc2
commit
d6e753e264
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ class FallbackProductHandler(BaseProductHandler):
|
|||
pass
|
||||
|
||||
class CoreProductHandler(BaseProductHandler):
|
||||
pass
|
||||
@property
|
||||
def is_creatable(self):
|
||||
return True
|
||||
|
||||
ProductHandler = CoreProductHandler
|
Loading…
Reference in a new issue