From 360e2317b40b02c6b33bfabfcc65a14914a08013 Mon Sep 17 00:00:00 2001 From: cah292 Date: Wed, 28 Aug 2024 02:13:18 -0400 Subject: [PATCH] KFSPTS-32580 Enable notes on Person and Role docs (#1641) --- .../kim/IdentityManagementPersonDocument.jsp | 13 +++- .../kim/IdentityManagementRoleDocument.jsp | 76 +++++++++++++++++++ 2 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 src/main/webapp/jsp/kim/IdentityManagementRoleDocument.jsp diff --git a/src/main/webapp/jsp/kim/IdentityManagementPersonDocument.jsp b/src/main/webapp/jsp/kim/IdentityManagementPersonDocument.jsp index e47cd43d55..908f55b6c4 100644 --- a/src/main/webapp/jsp/kim/IdentityManagementPersonDocument.jsp +++ b/src/main/webapp/jsp/kim/IdentityManagementPersonDocument.jsp @@ -19,7 +19,10 @@ --%> <%-- - CU Customization: Reinserted the Privacy Preferences tab from the 2023-01-25 financials version of the document. + CU Customization: + + * Reinserted the Privacy Preferences tab from the 2023-01-25 financials version of the document. + * Added the Notes/Attachments tab to the document. --%> <%@ include file="/jsp/sys/kfsTldHeader.jsp" %> @@ -27,11 +30,12 @@ +<%-- CU Customization: Set "renderMultipart" to true so that attachments can be added to the document. --%> @@ -42,6 +46,11 @@ <%-- End CU Customization --%> + <%-- CU Customization: Add the Notes/Attachments tab. --%> + + + + <%-- End CU Customization --%> diff --git a/src/main/webapp/jsp/kim/IdentityManagementRoleDocument.jsp b/src/main/webapp/jsp/kim/IdentityManagementRoleDocument.jsp new file mode 100644 index 0000000000..9c32650e39 --- /dev/null +++ b/src/main/webapp/jsp/kim/IdentityManagementRoleDocument.jsp @@ -0,0 +1,76 @@ +<%-- + + The Kuali Financial System, a comprehensive financial management system for higher education. + + Copyright 2005-2023 Kuali, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--%> +<%-- + CU Customization: Added the Notes/Attachments tab to the document. +--%> +<%@ include file="/jsp/sys/kfsTldHeader.jsp" %> + + + + + + + + + + + + + + + + + <%-- CU Customization: Add the Notes/Attachments tab. --%> + + + + <%-- End CU Customization --%> + + + + + + +