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

Permission bug #304

Merged
merged 3 commits into from
Jan 12, 2024
Merged

Conversation

alejoroman0605
Copy link
Contributor

Related to Issue

Fixes #303

Description

I changed the access level on the controller from [Authorize] to [DnnAuthorize]. So that any user in any role can be authenticated.

How Has This Been Tested?

I regenerated the module with the upendo generator.
I created a new page where I added the module.
I created a new user.
I tested user access with different roles.

Screenshots (if appropriate):

image
image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@WillStrohl WillStrohl added the bug Something isn't working label Jan 12, 2024
@WillStrohl WillStrohl added this to the 01.12.03 milestone Jan 12, 2024
Copy link
Contributor

@WillStrohl WillStrohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@WillStrohl WillStrohl merged commit 51d6df2 into UpendoVentures:master Jan 12, 2024
1 of 2 checks passed
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.

SI: Vue 3: The generated module can only be used by Super Users.
2 participants