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

The CustomUserSettings in the graphql me field is registered incorrectly #15540

Closed
hyzx86 opened this issue Mar 18, 2024 · 1 comment · Fixed by #15691
Closed

The CustomUserSettings in the graphql me field is registered incorrectly #15540

hyzx86 opened this issue Mar 18, 2024 · 1 comment · Fixed by #15691
Labels
Milestone

Comments

@hyzx86
Copy link
Contributor

hyzx86 commented Mar 18, 2024

The type registration error occurred because the AddField method in the UserType type had a method error when registering the type

The fields in the red box below are not of the type for CustomUserSettings, they are actually CustomSettings.

image

this PR #15389, will fix the problem

@hyzx86
Copy link
Contributor Author

hyzx86 commented Mar 18, 2024

cc @gvkries

@agriffard agriffard changed the title The CustmUserSettings in the graphql me field is registered incorrectly The CustomUserSettings in the graphql me field is registered incorrectly Mar 21, 2024
@sebastienros sebastienros added this to the 1.x milestone Mar 21, 2024
gvkries added a commit to gvkries/OrchardCore that referenced this issue Apr 8, 2024
@MikeAlhayek MikeAlhayek modified the milestones: 2.x, 2.0 Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants