[TYPO3-calendar] fluid cal list template wrong link

Thomas Kowtsch thomas at kowtsch.de
Wed Aug 9 17:17:09 CEST 2017


Am 10.04.2016 13:05, schrieb Averlon GmbH (in Gründung):
 > [Fluid List View rendering wrong link to event view]

Link rendering is done by
<f:link.page
	additionalParams="{tx_cal_controller: '{view: \'event\',type: 
event.type, uid: event.uid, year: event.start.year, month: 
event.start.month, day: event.start.day  }'}">{event.title}</f:link.page>

This misses the PID for the event view.

Unluckily, this information is deeply nested:

listView
	rightsObj
		conf
			view.
				event.
					eventViewPid

Maybe someone more familiar with fluid can help here how to access the 
eventViewPid - I'm failing with moving over the "view." and "event." 
part since the "." is usually the separator for array segments, but here 
it's part of the name (???)

Mario, do you have an idea?

Regards,
Thomas




More information about the TYPO3-project-calendar mailing list