christianbeeznest
christianbeeznest
It is fixed and checked for migration in this commit https://github.com/chamilo/chamilo-lms/commit/04cd48602e71bc7e252ac15562018ab35d9847d8 It is checked and working.
It is implemented for chamilo 2 in this PR https://github.com/chamilo/chamilo-lms/pull/4333 Thanks for confirmation.
The request is added in this commi https://github.com/chamilo/chamilo-lms/commit/b315eb76e31fe5688db6963c128799ab74a7767e#diff-d5bcb1cf527991b5c34f11808bbc526c4a06611d45923a821687f987cff8bc16 $fileToUpload = new UploadedFile($meta['uri'], $fileName, $file['type'], null, true);
I just tested the migration from 1.11 and see extra_fiel_value. value is changed to longtext .
It is fixed in this commit https://github.com/chamilo/chamilo-lms/commit/320f89bb591b1aa896d22ad822b118ae1283ccbc Tested for migration too.
Tested in chamilo 2, it is working, dokeos_folder is not used in code and database, also is added for migration.
It is changed and checked migration in this commit https://github.com/chamilo/chamilo-lms/commit/89c870377b168a747b5bb5abf06f67f55bbace67#diff-86d0367cb4e3e44e484a7d67c004d75772de7b8df367bab5fdd78e96b444b082 , file Version20.php
Currently it is added those identifiers to the session_rel_user table with relation_type = 3 for coach_id and relation_type = 4 for session_admin_id, checked in code and migration.
It is added in this commit https://github.com/chamilo/chamilo-lms/commit/b965ee5b31c8e304dd18493cf8139f930cb3a9fc . Tested and confirmed.
I just checked and confirmed is fixed , it is added in migration too.