Bug tracker
Bug Details
Bug ID:229
Title:[3.6.0.3] Deleting editions doesn't works correctly
Author:giovanni.derks
Date:07/10/2009 11:01
Last modified:19/10/2009 09:50
Product:Docebo 3.6.x
Product area:
Severity:High
Status:Fixed and added to SVN
Description:
Deleting editions doesn't works and can lead to inconsistent database data that can cause some items to not appear / not appear correctly.

Apply this patch before trying to delete an edition. If you have tried to delete an edition before applying this patch, and you notice that some menu items are no longer visible, please run the following mysql query to fix the database:

INSERT INTO learning_menucourse_under (idCourse, idModule) SELECT 0, idModule FROM learning_module WHERE module_name IN ('course', 'coursecatalogue', 'profile', 'myfiles', 'mygroup', 'myfriends', 'mycertificate', 'eportfolio', 'userevent', 'public_forum', 'course_autoregistration', 'mycompetences', 'public_user_admin', 'public_course_admin', 'public_subscribe_admin', 'public_report_admin', 'public_newsletter_admin');

A patch that fixes this bug has been released.

This bug has been assigned to:

fabio.pirovano, giovanni.derks.

Author Text