-
Notifications
You must be signed in to change notification settings - Fork 174
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
[battery_manager] Resolved Permission Issues #6858
[battery_manager] Resolved Permission Issues #6858
Conversation
The two issues this PR says it resolved are tagged for the 23.0.x, this should go to the 23.0 branch, not main. |
Actually hold off on that, it involves SQL, so might need some discussion.. |
@HenriRabalais you will need to separate the pure bugfix from the "clarification" we dont do patches on bugfix releases, specially non-urgent ones like this one |
6844aa5
to
540c958
Compare
@HenriRabalais the because it is being called on the testEndpoint class from the |
@ridz1208 but what does that have to do with this PR? Isn't that an issue that should be solved separately and exists separately to the introduction of this PR? |
@HenriRabalais not if u want your pr to pass testing. The base on which your pr is based has these changes which means your changes need to adapt as well. Call it a double bugfix if you want, this bugfix would have been necessary whether you had issued this PR or not (given that the problematic code has not been introduced in this PR directly) |
@pierre-p-s can you give it another go |
@ridz1208 @HenriRabalais |
Travis disagrees. |
@driusan I disagree with TRAVIS' disagreement |
@driusan finally urs |
This PR fixes the getCenterId function in test.class.inc so that it always passes a value to the UserSiteMatch filter by converting a centerId value of null from the database to an array of all sites. Resolves aces#6682
This PR fixes the getCenterId function in test.class.inc so that it always passes a value to the UserSiteMatch filter by converting a centerId value of null from the database to an array of all sites. Resolves aces#6682
Brief summary of changes
This PR fixes the
getCenterId
function intest.class.inc
so that it always passes a value to the UserSiteMatch filter by converting a centerId value ofnull
from the database to an array of all sites.Testing instructions (if applicable)
Link(s) to related issue(s)