-
Notifications
You must be signed in to change notification settings - Fork 33
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: Environment::setCurrentCheckoutTenant() compares wrong variable #130
Conversation
`Environment::setCurrentCheckoutTenant()` should compare the variable it always adjusts in order to detect changes and not the one that is only conditionally adjusted.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA And hereby will be except from all further pimcore trainings in eternity |
recheck |
@das-peter could you please comment again just the CLA line? thanks! |
I have read the CLA Document and I hereby sign the CLA |
@das-peter one last thing. please rebase it on 1.0 branch. |
@das-peter Please create a new PR with your changes from 1.0 or do a force push, to not have all the other commits in your PR. Thanks |
pushed directly to 1.0 branch 736a027. thanks! |
Environment::setCurrentCheckoutTenant()
should compare the variable it always adjusts in order to detect changes and not the one that is only conditionally adjusted.