[TYPO3-english] CoolURI and sf_event_mgt

Mikel lists at con-version.com
Tue Oct 31 12:20:37 CET 2017


Hi Robert,

if you have several controller actions to handle, you can’t set them as a predefined part.
Set the action to the uriparts. Or even better if you want to customize the path segment as a valuemap.

E.g.
<valuemaps>
  <valuemap>
    <parameter>tx_sfeventmgt_pievent[action]</parameter>
    <value key="download">icalDownload</value>
    <value key="detail">show</value>
  </valuemap>
</valuemaps>
Mikel


More information about the TYPO3-english mailing list