Bug #25364
closedrenderDefaultLanguageContent does not respect TSconfig-Settings
0%
Description
Problem:
We changed the label in section_frame via sth. like this:
TCEFORM {
tt_content.section_frame {
altLabels {
0 = Standard
1 = grey box
}
}
}
This installation has some additional languages and the field under the select box showes the "original" translitions (standard frame, invisible) instead of Standard and grey box
Solution:
Somehow respect the labels set via TSconfig
(issue imported from #M17997)
Files
Updated by Henrik Ziegenhain over 12 years ago
Yes, still an Issue in 4.6.8
I did not check it in 4.7 yet.
Updated by Henrik Ziegenhain over 12 years ago
There is a nice workaround (found it in the new gov-package)
First remove all default items and than add new ones.
TCEFORM.tt_content.section_frame.removeItems = 1,2,5,6,10,11,12,20,21,66
TCEFORM.tt_content.section_frame.addItems.101 = Profi-Features-Liste
Updated by Mathias Schreiber over 9 years ago
- Description updated (diff)
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog about 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack almost 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed