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 installation of packages on Sitecore 8.2u2 and up #6

Merged
merged 1 commit into from Apr 2, 2018

Conversation

jflheureux
Copy link
Contributor

Sitecore added the ProcessingMode property on Sitecore 8.2 Update-2. This property initializes to ProcessingMode.None and prevents the InstallPackages.aspx page to install any package, without any log to indicate the failure.

This PR fixes the issue. I added a comment to the line because it will not compile on versions of Sitecore older than 8.2u2. The users will quickly see the reason and will remove the line from their copy.

Reflection could be used to avoid the compile problem, but I felt it was too much for this simple page.

@adoprog adoprog merged commit 3d179f0 into adoprog:master Apr 2, 2018
@adoprog
Copy link
Owner

adoprog commented Apr 2, 2018

@jflheureux thanks! 👍

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