-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
Code style, remove typo, double ;; from code where it makes sense to do so #16001
Conversation
(Standard links)
|
@@ -13,7 +13,7 @@ | |||
* <input type="text" value="{$profileId}" class="crm-profile-selector" /> | |||
* ... | |||
* cj('.crm-profile-selector').crmProfileSelector({ | |||
* groupTypeFilter: "Contact,Individual,Activity;;ActivityType:7", |
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.
Are you sure about this one? It's neither javascript code nor php code. It's a data serialization notation.
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.
@colemanw it's also just a code comment - not executable code
Looked wrong to me, happy to revert if not wrong
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.
Agree it's a comment, but according to this code documentation it's actually correct using the double semicolon.
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.
@colemanw reverted that change
@jusfreeman looks good. Can you please squash your commits? |
cd8e3de
to
fe7f441
Compare
@yashodha done |
@jusfreeman Thanks! Will merge once tests pass. |
Code style, remove typo, double ;; from code where it makes sense to do so.
As noted whilst reviewing #15937
Agileware Ref: CIVICRM-1383