iCAPLyon1 / DropZoneBundle

Claroline connect plugin for drop zone, evaluation and peer review
4 stars 6 forks source link

Call to removed controller #93

Closed stefk closed 10 years ago

stefk commented 10 years ago

The following lines are present in several templates:

{% render controller('ClarolineCoreBundle:ResourceType:initPicker') %}
{{ tinymce_init() }}

That controller has been removed in 3.0 (thus an exception is thrown when rendering). Initialization of the resource manager is now done automatically when needed. I don't think the call to tinymce_init is needed too.