Skip to content
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

Merged
merged 1 commit into from
Dec 2, 2019

Conversation

jusfreeman
Copy link
Contributor

Code style, remove typo, double ;; from code where it makes sense to do so.

As noted whilst reviewing #15937

Agileware Ref: CIVICRM-1383

@civibot civibot bot added the master label Dec 1, 2019
@civibot
Copy link

civibot bot commented Dec 1, 2019

(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",
Copy link
Member

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.

Copy link
Contributor Author

@jusfreeman jusfreeman Dec 2, 2019

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

Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@colemanw reverted that change

@yashodha
Copy link
Contributor

yashodha commented Dec 2, 2019

@jusfreeman looks good. Can you please squash your commits?

@jusfreeman
Copy link
Contributor Author

@yashodha done

@yashodha
Copy link
Contributor

yashodha commented Dec 2, 2019

@jusfreeman Thanks! Will merge once tests pass.

@seamuslee001 seamuslee001 merged commit 358c4c4 into civicrm:master Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants