fix: product records should be touchable
This commit is contained in:
parent
88e7d86087
commit
231ca0363a
|
@ -81,6 +81,7 @@ class ProductView(MasterView):
|
||||||
supports_autocomplete = True
|
supports_autocomplete = True
|
||||||
bulk_deletable = True
|
bulk_deletable = True
|
||||||
mergeable = True
|
mergeable = True
|
||||||
|
touchable = True
|
||||||
configurable = True
|
configurable = True
|
||||||
|
|
||||||
labels = {
|
labels = {
|
||||||
|
|
Loading…
Reference in a new issue