Roundcube Tasks

  • Hi imcp-Team,


    i recently upgraded imscp to 1.2.9 and upgraded the roundcube plugin with it to 1.2.3
    Sadly ever since the update mailusers can't access their tasks stored in roundcube in edit mode nor can they write new tasks in extended mode.
    Both is caused by a mismatch between the jquery version and the call to ui-tabs


    Code
    1. Uncaught Error: no such method 'select' for tabs widget instance


    if someone could please change line 1052 in "RoundcubePlugins/roundcube-plugins/tasklisttasklist.js" from

    Code
    1. $('#taskedit').tabs('select', 0);

    to

    Code
    1. $('#taskedit').tabs('option', {'active': 0});


    jQuery UI lost the "select" method a while ago
    That should do the trick and my users will leave me alone again :D

  • Please tell it the author which wrote the tasklist plugin. Our plugin just installs the roundcube plugins into Roundcube :)