[PR #1157] [MERGED] Dev to release #3136

Closed
opened 2026-03-02 13:57:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1157
Author: @KelvinTegelaar
Created: 10/14/2022
Status: Merged
Merged: 10/14/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

22 files changed (+911 additions, -25 deletions)

View changed files

📝 deployment/AzureDeploymentTemplate.json (+5 -2)
📝 deployment/AzureDeploymentTemplate_regionoptions.json (+2 -5)
📝 public/GDAPRoles.json (+1 -1)
📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+22 -2)
📝 src/adminRoutes.js (+2 -0)
📝 src/components/forms/RFFComponents.js (+13 -4)
📝 src/components/utilities/TenantSelector.js (+2 -2)
📝 src/routes.js (+30 -0)
src/views/cipp/AppApproval.js (+200 -0)
📝 src/views/endpoint/MEM/MEMAddPolicy.js (+6 -2)
📝 src/views/endpoint/MEM/MEMListPolicyTemplates.js (+0 -1)
📝 src/views/identity/administration/AddGroup.js (+14 -1)
src/views/identity/administration/AddGroupTemplate.js (+110 -0)
src/views/identity/administration/DeployGroupTemplate.js (+278 -0)
📝 src/views/identity/administration/EditUser.js (+1 -0)
src/views/identity/administration/GroupTemplates.js (+128 -0)
📝 src/views/identity/administration/Roles.js (+11 -0)
📝 src/views/tenant/administration/Tenants.js (+2 -2)
📝 src/views/tenant/conditional/ListCATemplates.js (+0 -1)

...and 2 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/KelvinTegelaar/CIPP/pull/1157 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 10/14/2022 **Status:** ✅ Merged **Merged:** 10/14/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`3e57407`](https://github.com/KelvinTegelaar/CIPP/commit/3e5740746f931c9c7b9d59f0d71c40bc2e5158df) flipped files - [`09bf084`](https://github.com/KelvinTegelaar/CIPP/commit/09bf08444b6fda0e605016c8808e47dd3543162d) filters for roles - [`a1e6fdd`](https://github.com/KelvinTegelaar/CIPP/commit/a1e6fddeab26dfc15986065e32df6e58fd5e70d2) add list named locations - [`7114e09`](https://github.com/KelvinTegelaar/CIPP/commit/7114e09f1c578663e7e101b401a9fd8c610c89b9) addding device templates - [`ad85b95`](https://github.com/KelvinTegelaar/CIPP/commit/ad85b95fe669cef938f90f6060eeb3d129b28684) fixed delete - [`fb48c78`](https://github.com/KelvinTegelaar/CIPP/commit/fb48c786dc6dace3b83f401ee8224842d4d18612) Fixed issue with Direct URL link to tenant by customerId - [`dab24fe`](https://github.com/KelvinTegelaar/CIPP/commit/dab24fe58c223693e22ac3b87d43aa870071a5c9) Merge pull request #1155 from officesolutions-it/DirectTenantLink - [`dd3abb5`](https://github.com/KelvinTegelaar/CIPP/commit/dd3abb5f099bebb1e8b2d2d79cdac9d80d8705cb) added spinner - [`d0a823a`](https://github.com/KelvinTegelaar/CIPP/commit/d0a823adf1cad721e8410da825bee8e9c619f86b) fixes #1135 - [`5ea88c0`](https://github.com/KelvinTegelaar/CIPP/commit/5ea88c09feb88bfc8535d3774fa8c9b10824dcbf) fix for sharepoint admin ### 📊 Changes **22 files changed** (+911 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `deployment/AzureDeploymentTemplate.json` (+5 -2) 📝 `deployment/AzureDeploymentTemplate_regionoptions.json` (+2 -5) 📝 `public/GDAPRoles.json` (+1 -1) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+22 -2) 📝 `src/adminRoutes.js` (+2 -0) 📝 `src/components/forms/RFFComponents.js` (+13 -4) 📝 `src/components/utilities/TenantSelector.js` (+2 -2) 📝 `src/routes.js` (+30 -0) ➕ `src/views/cipp/AppApproval.js` (+200 -0) 📝 `src/views/endpoint/MEM/MEMAddPolicy.js` (+6 -2) 📝 `src/views/endpoint/MEM/MEMListPolicyTemplates.js` (+0 -1) 📝 `src/views/identity/administration/AddGroup.js` (+14 -1) ➕ `src/views/identity/administration/AddGroupTemplate.js` (+110 -0) ➕ `src/views/identity/administration/DeployGroupTemplate.js` (+278 -0) 📝 `src/views/identity/administration/EditUser.js` (+1 -0) ➕ `src/views/identity/administration/GroupTemplates.js` (+128 -0) 📝 `src/views/identity/administration/Roles.js` (+11 -0) 📝 `src/views/tenant/administration/Tenants.js` (+2 -2) 📝 `src/views/tenant/conditional/ListCATemplates.js` (+0 -1) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 13:57:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#3136
No description provided.