[TYPO3-calendar] FE Unable to Create Events

Hanspeter Lutz hanspeter.lutz at gmail.com
Sun Oct 4 01:18:53 CEST 2015


Quote: Christian Welzel wrote on Wed, 30 September 2015 21:25
----------------------------------------------------
> Am 30.09.2015 um 20:58 schrieb Hanspeter Lutz:
> 
> > In the default template there is already a line: "<input type="hidden"
> > value="###TYPE###" name="tx_cal_controller[type]" />"
> 
> I had the same problem some time ago with an 1.9.x version of cal
> and could only solve it by adding (into confirm_event.tmpl):
> 
> <input type="hidden" name="tx_cal_controller[event_type]" value="0" />
> 
> (note: event_type!). I didnt have much time so i did not delve deeper
> into the issue but fixed the value to 0 (my users are only allowed to
> add regular events).
> The line
> <input type="hidden" name="tx_cal_controller[type]" value="###TYPE###" />
> already was in the template.
> 
> 
> -- 
>   MfG, Christian Welzel
> 
>    GPG-Key:     pub 4096R/5117E119 2011-09-19
>    Fingerprint: 3688 337C 0D3E 3725 94EC  E401 8D52 CDE9 5117 E119
----------------------------------------------------
Hi Christian

Sorry for the late answer.
The problem solved itself when "globally" enabling the create, edit and delete rights with:
tx_cal_controller.rights.rights {
create = 1
edit = 1
delete = 1
}
This strage behaviour when the "global" enable flags are not set is IMHO very confusing. I added a ticket https://forge.typo3.org/issues/70256

Regards 
Hanspeter


More information about the TYPO3-project-calendar mailing list