-
Notifications
You must be signed in to change notification settings - Fork 58
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
IBX-5076: Fixed disabling ability to copy subtree #2091
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
tests/bundle/DependencyInjection/Configuration/Parser/SubtreeOperationsTest.php
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Retested successfully on Ibexa Experience 3.3.32-dev.
1bcff6a
to
fa40517
Compare
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
fa40517
to
41f49d8
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
v3.3
+We checked emptiness of
subtree_operations.copy_subtree.limit
contextual setting which disallowed setting it to 0.Given this is till this day the only one setting for that Config Parser, I've simplified the code to reduce cognitive complexity which probably led to this error.
Checklist:
$ composer fix-cs
).