CRM-15313 fix - Disabling/Enabling Report Template results into "Error: Unkown Entity...
authormonishdeb <monish.deb@webaccessglobal.com>
Tue, 16 Sep 2014 10:30:38 +0000 (16:00 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Tue, 16 Sep 2014 10:30:38 +0000 (16:00 +0530)
https://issues.civicrm.org/jira/browse/CRM-15313

templates/CRM/Report/Page/Options.tpl

index e4898a0ae6f4a3273b1eb104a075f3a862189957..ec693677e25a6317f26b0a155d0284f3003d19a3 100644 (file)
@@ -56,7 +56,7 @@
     </tr>
         </thead>
     {foreach from=$rows item=row}
-        <tr id="report-{$row.id}" class="crm-entity {cycle values="odd-row,even-row"}{$row.class}{if NOT $row.is_active} crm-report-optionList crm-report-optionList-status_disable disabled{else} crm-report-optionList crm-report-optionList-status_enable{/if}">
+        <tr id="option_value-{$row.id}" class="crm-entity {cycle values="odd-row,even-row"}{$row.class}{if NOT $row.is_active} crm-report-optionList crm-report-optionList-status_disable disabled{else} crm-report-optionList crm-report-optionList-status_enable{/if}">
              <td class="crm-report-optionList-label crm-editable" data-field="label">{$row.label}</td>
             <td class="crm-report-optionList-value">{$row.value}</td>
             <td class="crm-report-optionList-description">{$row.description}</td>