Skip to content

Commit 808a0c3

Browse files
committed
Fixing the permissions for storefront customers
1 parent e2729ef commit 808a0c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shopify/wishlist-template/accessControl/permissions.gadget.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,20 @@ export const permissions: GadgetPermissions = {
135135
filter:
136136
"accessControl/filters/wishlist/storefront-customers-tenancy.gelly",
137137
},
138+
actions: {
139+
create: true,
140+
update: true,
141+
},
138142
},
139143
wishlistItem: {
140144
read: {
141145
filter:
142146
"accessControl/filters/wishlistItem/storefront-customer-tenancy.gelly",
143147
},
148+
actions: {
149+
delete: true,
150+
update: true,
151+
},
144152
},
145153
},
146154
},

0 commit comments

Comments
 (0)