Closed stefk closed 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.
tinymce_init
The following lines are present in several templates:
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.