From 1e99a890e221196c24c2a95e3c149bf288b58de1 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Wed, 3 Apr 2019 12:47:51 +0200 Subject: [PATCH] allow item tags for accessory role --- modules/item/front/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/item/front/routes.json b/modules/item/front/routes.json index ec90aa2ba..7aeeb2762 100644 --- a/modules/item/front/routes.json +++ b/modules/item/front/routes.json @@ -57,7 +57,7 @@ "params": { "item-tags": "$ctrl.itemTags" }, - "acl": ["buyer"] + "acl": ["buyer", "accessory"] }, { "url" : "/tax", "state": "item.card.tax",