[TYPO3-german] Variable in TS bergeben?

Sebastian Gärtner sg at esea.co.tz
Thu Apr 16 13:17:56 CEST 2015


Hallo 
Hast du es rausgefunden wie es geht. Habe das gleihe Problem. Wlll zwei Variablen abfragen.. eine geht schon


[globalVar = GP:country = ]
[else]
	plugin.tx_ptextlist.settings.listConfig.produceList.backendConfig.baseWhereClause = COA
	plugin.tx_ptextlist.settings.listConfig.produceList.backendConfig.baseWhereClause.10 = TEXT
	plugin.tx_ptextlist.settings.listConfig.produceList.backendConfig.baseWhereClause.10.data = GP:country
	plugin.tx_ptextlist.settings.listConfig.produceList.backendConfig.baseWhereClause.10.wrap = tx_ososeamaerketplace_domain_model_selling.country = |
[end]


[globalVar = GP:producecategory > 0]
	plugin.tx_ptextlist.settings.listConfig.produceList.backendConfig.baseWhereClause = COA
	plugin.tx_ptextlist.settings.listConfig.produceList.backendConfig.baseWhereClause.10 = TEXT
	plugin.tx_ptextlist.settings.listConfig.produceList.backendConfig.baseWhereClause.10.data = GP:producecategory
	plugin.tx_ptextlist.settings.listConfig.produceList.backendConfig.baseWhereClause.10.wrap = tx_ososeamaerketplace_domain_model_producecategory.uid = | 
[end]


Es geht nach producecategory denn das ist eine Zahl... country ist ein string und das geht nicht. Habe es aber auch mit einer Zahl probiert und das geht auch nicht. Der Will einfach von country nix wissen.... 


More information about the TYPO3-german mailing list