03-13-2018, 05:23 PM
Hello,
I'm trying to add new language from old Vtiger 5.4. "he_he"
All work fine except that the Mini Calendar windows not popup.
The JS fail on:
I suspect one of those files missing some definitions:
to check it, I override the files using:
Then clear the browser cache, history and reload.
It didn't solve the problem.
Do you have any direction?
Thanks
I'm trying to add new language from old Vtiger 5.4. "he_he"
All work fine except that the Mini Calendar windows not popup.
The JS fail on:
Quote:Uncaught TypeError: Cannot read property 'DEF_DATE_FORMAT' of undefined
at new Calendar (calendar.js:28)
at HTMLImageElement.triggerEl.(/corebosdemo/anonymous function) (http://URL/jscalendar/calendar-setup.js:159:28)
I suspect one of those files missing some definitions:
- include/js/he_he.lang.js
- jscalendar/lang/calendar-he.js
- modules/cbCalendar/language/he_he.lang.php
to check it, I override the files using:
- include/js/en_us.lang.js
- jscalendar/lang/calendar-en.js
- modules/cbCalendar/language/en_us.lang.php
Then clear the browser cache, history and reload.
It didn't solve the problem.
Do you have any direction?
Thanks