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

[FIX] - Fixed the ResourceType in Module Settings with correct NameSpace #2985

Merged

Conversation

vnetonline
Copy link
Contributor

changed

private string resourceType = "[Owner].[Module].Settings, [Owner].[Module].Client.Oqtane"; // for localization

to

private string resourceType = "[Owner].Module.[Module].Settings, [Owner].Module.[Module].Client.Oqtane"; // for localization

to match the correct NameSpace

@sbwalker sbwalker merged commit 11604bb into oqtane:dev Jul 10, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants