From 601ed94d7724cc0bee53a25e7134bf06557f4691 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 21 Jul 2015 10:15:02 -0400 Subject: [PATCH] Update product.plist for new component templates --- UI/Scheduler/product.plist | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UI/Scheduler/product.plist b/UI/Scheduler/product.plist index 173913971..d2e0c16fe 100644 --- a/UI/Scheduler/product.plist +++ b/UI/Scheduler/product.plist @@ -130,6 +130,14 @@ pageName = "UIxCalUserRightsEditor"; actionName = "saveUserRights"; }; + UIxAppointmentViewTemplate = { + protectedBy = "View"; + pageName = "UIxAppointmentViewTemplate"; + }; + UIxTaskViewTemplate = { + protectedBy = "View"; + pageName = "UIxTaskViewTemplate"; + }; UIxAppointmentEditorTemplate = { protectedBy = "View"; pageName = "UIxAppointmentEditorTemplate";