Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Last seen: 12 Jun 2015 13H00
Found the same problem. Cause located, but it’s a complex "preg_replace" function that I don’t handle very well. Comment line 1473 (in V4.3.2) of ...
Thus I have to create a "colorTranslateNameFormatter" (found the module containing these functions. 😉 ) (possible enhancement for a future version, ...
OK, found. ONE key had a hyphen, that javascript didn’t digest! This implies that javascript, somewhere in the load process, convert these keys to va...
So it seems you broke something in the lang.js file that prohibits its loading. Some special caracters may cause this, or some "not reallu special" o...
Array can be empty at some moments, as it is loaded dynamically.So, for testing, I have enforced the load at each call, and added some suffixes to the...
Problem localized: When calling function i18n in projeqtor.js, even when i18nMessages loaded, the string to translate is never found! … but as I...
It put a track in the i18n function for values not found. Correct for some other missing values as "AuditSummary", "mandatory", "indicatordefinitionA...
1) all the countryXxxx must exit in the translation file. 2) the layout must be : ${name} But IT IS the layout !!! (only width is different, but pu...
Sorry, don’t work, whatever I did (emptying cache, exit from Browser, and until shutdown/restart the computer – I work with local server, so all cache...
The problem is only in the objects list (top part of the screen) They are translated : exemple, profile in user list is correctly translated. You mu...
/var/log/mail.log is not part of projeqtor structure, '/var' is one of the main levels of linux folders (as /home, /etc, /usr, etc.)
Now, I have a problem with a new type (PaymentMode) added in 'type' table. I used 'clientType' as model (just changed type name from 'ClientType' t...
Found myself this morning. Tested… and succeeded. 😆 But requires to add “public $_isNameTranslatable = true;” in all concerned model files, n...
1. In lists of objects (p.e. Users), translatable data appears only with internal value ([profileAdministrator]) instead of the translated value ('adm...
Thanks for the tip. For multicurrencies, I think to be able to find myself how to get another symbol than 'currency' of 'parameter' (i.e. the one d...
In projectPlanningElement, there is specifics labels for fields in the last column. 😉 No problem, I will try myself. 🙂
Banynus, you didn’t said everything… 😆 It is possible to have several fields on same line with their labels, by using arrays. Seen p.e. on ...
… but still nothing, even after close/reopne session. (no error in data, pictures OK, all checked)Seems correct. No idea why it does not work. 🙁 Oo...
… but still nothing, even after close/reopne session. (no error in data, pictures OK, all checked)Seems correct. No idea why it does not work. 🙁 Oo...
And how add an icone in the menu ? I have created iconCountry16.png, iconCountry22.png and iconCountry32.png in view/css/images, but noting appears… ...