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

V14: Extensions of type AppEntryPoint are not being executed on the login screen #16967

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

iOvergaard
Copy link
Contributor

Description

AppEntryPoints should be executed on the login screen.

How to test

  1. Add an umbraco-package.json file containing an extension with type appEntryPoint
  2. Make sure allowPublicAccess is set to true in the manifest file itself
  3. Ensure the code is being run inside the entrypoint

@iOvergaard iOvergaard changed the base branch from contrib to v14/dev August 27, 2024 12:31
Copy link
Member

@leekelleher leekelleher left a comment

Choose a reason for hiding this comment

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

Tested out, working as expected! 🚀

@leekelleher leekelleher merged commit 04d96c6 into v14/dev Aug 27, 2024
5 of 7 checks passed
@leekelleher leekelleher deleted the v14/bugfix/load-entrypoints-on-loginscreen branch August 27, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants