Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CoE Starter Kit - BUG] 'Maker - Environment Request' App Security Group Option not working while raising the request #6509

Closed
1 task done
tomjosbin opened this issue Sep 4, 2023 · 3 comments
Assignees
Labels
coe-starter-kit CoE Starter Kit issues env-request Environment & DLP Request Components

Comments

@tomjosbin
Copy link

Does this bug already exist in our backlog?

  • I have checked and confirm this is a new bug.

Describe the issue

We recently turned on the Environment Request features in CoE Starter Kit.

While creating new Environment Request for environments with dataverse, the UI is not searching for the Security Groups.

It loads all the AAD Groups, but unable to search the same with name or id.

image

Could you please help here ? The solution is already upgraded to the latest one.

Expected Behavior

No response

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.13

What app or flow are you having the issue with?

Maker - Environment Request

What method are you using to get inventory and telemetry?

None

Steps To Reproduce

No response

Anything else?

No response

@tomjosbin tomjosbin added bug Something isn't working coe-starter-kit CoE Starter Kit issues labels Sep 4, 2023
@manuelap-msft manuelap-msft added the env-request Environment & DLP Request Components label Sep 4, 2023
@Jenefer-Monroe Jenefer-Monroe removed the bug Something isn't working label Sep 4, 2023
@Jenefer-Monroe
Copy link
Collaborator

To consider with your env var app rewrite fc

@manuelap-msft
Copy link
Contributor

This is due to delegation / collection size limits, where if a large number of groups exist they are not listed. Overcome by using Office365Groups.ListGroups({'$filter': "startswith(displayName," & "'" & sbSearchGroups.SearchText & "'" & ")"}).value - filter at the ListGroups / connector level instead of only filtering once it's collected in a collection.

@CoEStarterKitBot
Copy link
Collaborator

@tomjosbin This has been fixed in the latest release. Please install the latest version of the toolkit following the instructions for installing updates. Note that if you do not remove the unmanaged layers as described there you will not receive updates from us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coe-starter-kit CoE Starter Kit issues env-request Environment & DLP Request Components
Projects
Status: Done
Development

No branches or pull requests

5 participants