CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.1 Release Testing (Moderator: Kurund Jalmi) »
  • [Solved] Templates overview (and selection) not complete
Pages: [1]

Author Topic: [Solved] Templates overview (and selection) not complete  (Read 997 times)

msn

  • I post frequently
  • ***
  • Posts: 152
  • Karma: 6
  • Please talk to the other site
[Solved] Templates overview (and selection) not complete
January 24, 2012, 05:29:08 pm
Templates are disapearing in /civicrm/admin/messageTemplates?reset=1.
See attachement.

Firebug gives missing rows in the table, odd en even classes ar not corresponding with the row id. 

Firebug copy:
Code: [Select]
<tbody>
<tr id="row_1" class="odd-row">
<td class=" sortable">Cases - Send Copy of an Activity</td>
<td>
</tr>
<tr id="row_3" class="even-row">
<td class=" sortable">Contributions - Duplicate Organization Alert</td>
<td>
</tr>
<tr id="row_5" class="odd-row">
<tr id="row_7" class="even-row">
<tr id="row_9" class="odd-row">
<tr id="row_25" class="even-row">
<tr id="row_21" class="odd-row">
<tr id="row_17" class="even-row">
<tr id="row_19" class="odd-row">
<tr id="row_23" class="even-row">
<tr id="row_31" class="odd-row">
<tr id="row_29" class="even-row">
<tr id="row_11" class="odd-row">
<tr id="row_13" class="even-row">
<tr id="row_15" class="odd-row">
<tr id="row_43" class="even-row">
<tr id="row_41" class="odd-row">
<tr id="row_35" class="even-row">
<tr id="row_37" class="odd-row">
<tr id="row_39" class="even-row">
<tr id="row_27" class="odd-row">
<tr id="row_33" class="even-row">
</tbody>
</tbody>
« Last Edit: January 29, 2012, 04:39:51 pm by msn »

msn

  • I post frequently
  • ***
  • Posts: 152
  • Karma: 6
  • Please talk to the other site
Re: Templates overview (and selection) not complete
January 24, 2012, 06:59:30 pm
The html table id numbers confused me, but not causing the missing field.

I checked the database, in field 'civicrm_msg_template'. The number of templates is equals the number of templates in the overview page.
When I compare the overview with the sandbox http://sandbox.drupal.civicrm.org/civicrm/admin/messageTemplates?reset=1  I am missing one template: 'Events - Receipt only'

With phpmyadmin I will delete the INSERT INTO civicrm_msg_template field and renew it with the  INSERT INTO civicrm_msg content from the civicrm_data.mysql file

Strange this missing template..




msn

  • I post frequently
  • ***
  • Posts: 152
  • Karma: 6
  • Please talk to the other site
Solved: Templates overview (and selection) not complete
January 29, 2012, 04:37:30 pm
By installing a clean CiviCRM 4.1.beta3.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.1 Release Testing (Moderator: Kurund Jalmi) »
  • [Solved] Templates overview (and selection) not complete

This forum was archived on 2017-11-26.