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

Adds the AllowMultiple flag to the ResourceAvailableAs attribute #222

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

1nf0rmagician
Copy link
Member

When searching for the relevant interfaces to build the resource proxies in the ResourceTypeController, the method creates a list of distinct instanzes of the attribute. However, without the AllowMultiple flag on the attribute this call will never return more than one element. Therefore, the missing flag is added.

@1nf0rmagician 1nf0rmagician added the bug Something isn't working label Feb 13, 2024
@1nf0rmagician 1nf0rmagician added this to the AbstractionLayer 5.15.8 milestone Feb 13, 2024
@1nf0rmagician 1nf0rmagician self-assigned this Feb 13, 2024
When searching for the relevant interfaces to build the resource proxies in the ResourceTypeController, the method creates a list of distinct instanzes of the attribute. However, without the AllowMultiple flag on the attribute this call will never return more than one element. Therefore, the missing flag is added.
@1nf0rmagician 1nf0rmagician merged commit 65745ef into dev Feb 20, 2024
7 checks passed
@1nf0rmagician 1nf0rmagician deleted the fix/missing-allow-mutiple branch February 20, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants