[GH-ISSUE #2663] Group Template Creation Fails due to Displayname missing even when it is provided. #1331

Closed
opened 2026-03-02 13:43:20 +03:00 by kerem · 5 comments
Owner

Originally created by @SHurley-BECA on GitHub (Jul 11, 2024).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/2663

Description

  1. Go to Identity Management > Group Templates
  2. Click Add Group Template button
  3. Type in a display name and description.
  4. Select group type (Security Group chosen).
  5. Click Add Group Template button.
  6. Receives error message "You must enter a displayname".

image

Environment data

Non-sponsored
Front-End Version: 6.0.2
Back-End Version: 6.0.2
Tried Tenant Cache Clear: false
Tried Token Cache Clear: false

In Invoke-AddGroupTemplate.ps1 changed $Request.body.displayname to $Request.body.displayName
Originally created by @SHurley-BECA on GitHub (Jul 11, 2024). Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/2663 ### Description 1. Go to Identity Management > Group Templates 2. Click Add Group Template button 3. Type in a display name and description. 4. Select group type (Security Group chosen). 5. Click Add Group Template button. 6. Receives error message "You must enter a displayname". ![image](https://github.com/KelvinTegelaar/CIPP/assets/174642359/fe8a636a-de98-403e-badf-54b5bb6c619d) ### Environment data ```PowerShell Non-sponsored Front-End Version: 6.0.2 Back-End Version: 6.0.2 Tried Tenant Cache Clear: false Tried Token Cache Clear: false In Invoke-AddGroupTemplate.ps1 changed $Request.body.displayname to $Request.body.displayName ```
kerem 2026-03-02 13:43:20 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Jul 11, 2024):

Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/
If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug."

Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!".

<!-- gh-comment-id:2223273889 --> @github-actions[bot] commented on GitHub (Jul 11, 2024): Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/ If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug." Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!".
Author
Owner

@BNWEIN commented on GitHub (Jul 11, 2024):

I just tested this in my environment and it worked fine

image

Could you show me a picture/screenshot with Dev Tools open as per my screen shot above?

<!-- gh-comment-id:2223321331 --> @BNWEIN commented on GitHub (Jul 11, 2024): I just tested this in my environment and it worked fine ![image](https://github.com/KelvinTegelaar/CIPP/assets/28929905/eb20b653-9d19-4c4f-a32c-ac3662c40c8e) Could you show me a picture/screenshot with Dev Tools open as per my screen shot above?
Author
Owner

@SHurley-BECA commented on GitHub (Jul 11, 2024):

image

<!-- gh-comment-id:2223404483 --> @SHurley-BECA commented on GitHub (Jul 11, 2024): ![image](https://github.com/KelvinTegelaar/CIPP/assets/174642359/33bc30da-787b-411e-9cdc-e6d332dfe6be)
Author
Owner

@SHurley-BECA commented on GitHub (Jul 11, 2024):

Also, had a similar issue with guid vs GUID in Invoke-ExecEditTemplate.ps1

<!-- gh-comment-id:2223413425 --> @SHurley-BECA commented on GitHub (Jul 11, 2024): Also, had a similar issue with guid vs GUID in Invoke-ExecEditTemplate.ps1
Author
Owner

@KelvinTegelaar commented on GitHub (Jul 11, 2024):

Fixed in dev

<!-- gh-comment-id:2224001408 --> @KelvinTegelaar commented on GitHub (Jul 11, 2024): Fixed in dev
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#1331
No description provided.