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

Enotice tpl fix #21689

Merged
merged 1 commit into from
Oct 3, 2021
Merged

Enotice tpl fix #21689

merged 1 commit into from
Oct 3, 2021

Conversation

eileenmcnaughton
Copy link
Contributor

Enotice tpl fix

@civibot
Copy link

civibot bot commented Oct 1, 2021

(Standard links)

@civibot civibot bot added the master label Oct 1, 2021
@@ -12,7 +12,7 @@
{if !empty($searchtype) && $searchtype eq 'ts_sel'}
<div id="popupContainer">
<div class="crm-block crm-form-block crm-search-form-block">
<table id="selectedRecords-{$group.id}" class="display crm-copy-fields crm-sortable">
<table id="selectedRecords-{if !empty($group)}{$group.id}{/if}" class="display crm-copy-fields crm-sortable">
Copy link
Member

Choose a reason for hiding this comment

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

This is really weird. What is this dom id even used for?
Should we wrap the whole id property of this <table> inside the conditional? An id of "selectedRecords-" seems unlikely to be useful.

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 I didn't really look - I'm kinda at the point of just trying to make the notices go away & past the stage of thinking about the best way

Copy link
Member

Choose a reason for hiding this comment

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

Fair enough. A question for another day.

@colemanw colemanw merged commit fdc264a into civicrm:master Oct 3, 2021
@colemanw colemanw deleted the not_another branch October 3, 2021 17:48
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.

2 participants