-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[stable9.1] Add all properties while creating a subscription #25335
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
[stable9.1] Add all properties while creating a subscription #25335
Conversation
|
By analyzing the blame information on this pull request, we identified @nickvergessen, @LukasReschke, @stweil and @DeepDiver1975 to be potential reviewers |
|
not critical -> 9.1.1 |
|
@georgehrke @PVince81 mind testing/review? THX |
|
👍 |
| $values[$dbName] = $properties[$xmlName]; | ||
| if (in_array($dbName, $propertiesBoolean)) { | ||
| $values[$dbName] = true; | ||
| } |
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.
the intend is off 🙈
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.
indent INDEEEENT
|
Code looks good otherwise 👍 |
0a3c755 to
ede538f
Compare
|
indent fixed -> merge |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
backport of #25318
Fixes #24469