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

Ensure paramSubType is always set #22075

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

eileenmcnaughton
Copy link
Contributor

No description provided.

@civibot
Copy link

civibot bot commented Nov 14, 2021

(Standard links)

@civibot civibot bot added the master label Nov 14, 2021
@@ -185,7 +185,7 @@
subTypeValues = null;
}
else if (!subTypeValues) {
subTypeValues = {/literal}{if isset($paramSubType)}"{$paramSubType}"{else}""{/if}{literal};
subTypeValues = {/literal}{$paramSubType}{literal};
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs the quotes to be valid javascript.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep- you are right!

@seamuslee001
Copy link
Contributor

this looks good now

@seamuslee001 seamuslee001 merged commit 3727b45 into civicrm:master Nov 15, 2021
@seamuslee001 seamuslee001 deleted the paramssub branch November 15, 2021 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants