We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2729ef commit 808a0c3Copy full SHA for 808a0c3
shopify/wishlist-template/accessControl/permissions.gadget.ts
@@ -135,12 +135,20 @@ export const permissions: GadgetPermissions = {
135
filter:
136
"accessControl/filters/wishlist/storefront-customers-tenancy.gelly",
137
},
138
+ actions: {
139
+ create: true,
140
+ update: true,
141
+ },
142
143
wishlistItem: {
144
read: {
145
146
"accessControl/filters/wishlistItem/storefront-customer-tenancy.gelly",
147
148
149
+ delete: true,
150
151
152
153
154
0 commit comments