CMS MADE SIMPLE FORGE

CMS Made Simple Core

 

[#12714] inherited content Fields from a base templates are missing in child templates (backend edit)

avatar
Created By: Ludger Merkens (lume)
Date Submitted: Wed May 22 06:18:39 -0400 2024

Assigned To: Fernando Morgado (JoMorg)
Version: 2.2.20
CMSMS Version: 2.2.20
Severity: Critical
Resolution: Fixed
State: Closed
Summary:
inherited content Fields from a base templates are missing in child templates (backend edit)
Detailed Description:
assume you have a template hierarchy like
basetemplate and a variety of child templates starting with
{extends file='cms_template:basetemplate'}

where basetemplate - lets call it SEOBase contains a block with some content
tags

{block name='SEO'}
{content block='MetaTitle' tab='SEO' oneline='true' size='70' label='max
70chars' assign='metatitle' priority=1}
{content block='MetaDescription' tab='SEO' label='max. 160 chars!' 
wysiwyg='false' assign='metadescription' priority=2}
 {content block ....}
{/block}

when trying to edit a page with a child template, the inherited content blocks
are missing their input elements from the base template. (since 2.2.20)
(child template starting with ..)
{extends file='cms_template:SEOBase'}

the templates worked fine in 2.2.19

cheers
Ludger


History

Comments
avatar
Date: 2024-05-28 06:22
Posted By: Fernando Morgado (JoMorg)

should have been fixed in SVN with the latest commits.
      
Updates

Updated: 2024-06-15 05:19
state: Open => Closed

Updated: 2024-05-30 11:12
resolution_id: 10 => 7

Updated: 2024-05-28 06:22
resolution_id: => 10