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.
A few hours ago, when I click on LInk Activity, then click on the magnifying glass, the List Element Box shows there are activities I can select from, however all the content is displayed with - - -
It does not show any of the text information.
I have attached an image so it can show you what I mean.
I have not done any changes.
Thkis generally applies when some javascript formatting fails.
Could you please check for errors in browser console and report it here ?
How do I check for errors in browser console?
Hi,
As this question occurs very often, I added some hint :
http://www.projeqtor.org/en/forum/9-tips-tricks/6417-before-submitting-issue
I have done everything on the link you provided. I even logged out and closed the actual browser that I use, which is Windows Google Chrome. The problem still occurs.
I had a look at any errors and I found the following ...
1) Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
dojo.js:15
2) 'KeyboardEvent.keyLocation' is deprecated. Please use 'KeyboardEvent.location' instead.
dojo.js:15
3) Uncaught ReferenceError: paramCurrencyPosition is not defined
projeqtorFormatter.js:228
Hi,
3) is the source of the issue.
You can try :
=> goto gobal parameters, check for parameter "currency position" (should be before or after), and save.
(save even if you changed nothing)
Disconnect, reconnect and try again
=> if previous trick did not work, remove all "cost" data in the list.
This should be a good workaround
=> I'll propose a patch (ticket #1764 recorded)
Hi,
Issue fixed.
Will be deployed on V5.0.3.
As I guess you not actually use V5, here is the fix :
if /view/js/projeqtorFormatter.php, in function "costFormatter" (about line 228 on your version, line 265 in V5.0.2),
replace "paramCurrency" with "top.paramCurrency",
replace "paramCurrencyPosition" with "top.paramCurrencyPosition"
Disconnect, clean browser cache and all should work fine now.
I have tried option 1) parameter "currency position".
This was already showing as before, just for the sake of it, I changed it to after. Saved, disconnected and reconnected and problem still occured.
I do not understand what you mean by remove all "cost" data in the list. I have 10s of thousands of dollars added. I can't change this as it will ruin the total costings of each project and activity. This would create more of an issue, then fix the problem.
Thank you for proposing an update.
I do not understand what you mean by remove all "cost" data in the list. I have 10s of thousands of dollars added. I can't change this as it will ruin the total costings of each project and activity. This would create more of an issue, then fix the problem.
Proposale is not to delete cost :silly:
Just to unselect the cost columns in the list (through the column selector in the list)
I misunderstood what you meant.
I used fix you provided and worked perfectly. I am about to upgrade to version 5.03 very soon. Always worried when upgrading about losing data. So I am having my IT team doing this for me. Thank you again for your prompt support.
Hi,
You should not be frightened about upgrades (even if it is always advised to backup prior to migrate).
Moreover for patch, as they very rarely bring data updates, and if they do, it is always in a way to fix things.
