'Affect RSS output' checkbox does not enable RSS template textarea

ryanbubinski - June 17, 2009 - 05:02
Project:Content Templates (Contemplate)
Version:6.x-1.1
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:active
Description

Line 372 of Contemplate.module currently is:

      '#attributes' => array('toggletarget' => '#edit-rss'),

should be

      '#attributes' => array('toggletarget' => '#edit-rssfield'),

to match naming conventions of teaser and body fields, and to properly target RSS template textarea of id 'edit-rssfield'.

#1

JaredAM - August 1, 2009 - 17:36

+1 on this issue. When clicking on the "Affect RSS output" the jquery cannot find the target to enable.

Here's the patch.

AttachmentSize
contemplate_editrss.patch 733 bytes

#2

fletch11 - October 5, 2009 - 17:19

This works - I'd recommend for inclusion in the next release

#3

bjraines - December 1, 2009 - 16:05

this works but clicking on the variable output does not insert them into template

 
 

Drupal is a registered trademark of Dries Buytaert.