Try removing the temporary js file.
rm /usr/share/tuleap/src/www/scripts/combined/codendi*.js
or
rm /usr/share/codendi/src/www/scripts/combined/codendi*.js
В новой версии Tuleap 7.1 я замечаю на трекерах, когда хочу добавить комментарий к артефакту или изменить поле списка (поле со списком), невозможно подтвердить изменения с помощью кнопки, так как кнопка не отображается ,
Когда я пытаюсь создать новый артефакт, в конце страницы появляется кнопка подтверждения, но ее нет, если я хочу изменить свой артефакт или добавить комментарий.
Можно просто проверить изменения, сделанные в текстовом поле в одну строку, нажав клавишу ввода после изменения.
это реальная проблема для нас, потому что в настоящее время мы не можем использовать трекеры. Кто-нибудь может предложить исправить или помочь каким-либо образом?
Спасибо за вашу помощь.
Try removing the temporary js file.
rm /usr/share/tuleap/src/www/scripts/combined/codendi*.js
or
rm /usr/share/codendi/src/www/scripts/combined/codendi*.js
I went to see the php error log in /usr/share/codendi/src/www/scripts/error_log.
After to try to modify a field in an artefact. I had this error added in the log.
[Mon Jun 16 11:34:52 2014] [error] [client ] File does not exist: >/usr/share/codendi/src/www/scripts/ckeditor-4.3.2
[Mon Jun 16 11:34:55 2014] [error] [client ] File does not exist: >/usr/share/codendi/src/www/scripts/ckeditor-4.3.2
Maybe is it the problem why i can't validate the modification ?
I verified if this ckeditor-4.3.2 file exists, indeed it doesn't exist.
Where can I find this file ? What have I to install ?
I found the bug about the validate button that don't display when we modify an artefect or add a comment.
For me, the problem exists on cent os 5.8 with php51 or php53.
the problem come from a ckeditor-4.3.2.js file missing in /usr/share/codendi/src/www/scripts
to resolve that, you have to copy and rename :
cp /usr/share/ckeditor/ckeditor.js /usr/share/codendi/src/www/scripts/ckeditor-4.3.2.js
Next remove the codendi cache : (i'm not sure if it's very important, but let's do it anyway)
rm /usr/share/codendi/src/www/scripts/combined/codendi*.js
And the bug is resolved, you will see to display the validate button.