From 39e579e656e4082f31c23e52971c8be3beeb4726 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 23 Nov 2017 14:24:30 -0500 Subject: [PATCH] Fix class security in Mailer --- UI/MailerUI/product.plist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UI/MailerUI/product.plist b/UI/MailerUI/product.plist index f4c2dac35..91fc3f656 100644 --- a/UI/MailerUI/product.plist +++ b/UI/MailerUI/product.plist @@ -78,22 +78,22 @@ }; methods = { view = { - protectedBy = ""; + protectedBy = "View"; actionClass = "UIxMailListActions"; actionName = "getUIDs"; }; headers = { - protectedBy = ""; + protectedBy = "View"; actionClass = "UIxMailListActions"; actionName = "getHeaders"; }; subscribe = { - protectedBy = ""; + protectedBy = "View"; actionClass = "UIxMailFolderActions"; actionName = "subscribe"; }; unsubscribe = { - protectedBy = ""; + protectedBy = "View"; actionClass = "UIxMailFolderActions"; actionName = "unsubscribe"; };