From fb410f22ab46f2f7e1f8f13e7b252a052789b191 Mon Sep 17 00:00:00 2001
From: Kevin Paxman <kpaxman@uwaterloo.ca>
Date: Thu, 20 Oct 2022 18:15:19 -0400
Subject: [PATCH] ISTWCMS-5866: disallow profile (singular) since that is used
 by OFIS

---
 uw_cfg_common.module | 1 +
 1 file changed, 1 insertion(+)

diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index ab13e4dc..8575a207 100644
--- a/uw_cfg_common.module
+++ b/uw_cfg_common.module
@@ -945,6 +945,7 @@ function _uw_cfg_common_alias_validate(array &$form, FormStateInterface $form_st
     'events',
     'news',
     'projects',
+    'profile',
     'profiles',
     'contacts',
     'service',
-- 
GitLab