View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - JS error in Real Work Allocation - ProjeQtOr

Prochaines Sessions

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)
 

13 mai 2025 (10h30-12h)

5 juin 2025 (16h-17h30)

 
 

Planifiez avec ProjeQtOr

14 et 15 mai 2025 (9h-12h30)

18 et 19 juin 2025 (9h-12h30)

 
 

Administrez avec ProjeQtOr

20 et 21 mai (9h-12h30)

25 et 26 juin (9h-12h30)

 

 

 

JS error in Real Work Allocation

More
28 Aoû 2014 17:23 #1 by 002514
Hi
I meet an Javascript error in the Real Work allocation menu. I can't change resource. I obtain the following error. (just for information i deleted my cache) ;)

TypeError: dojo.byId(...) is null
dojo.byId('hideNotHandled').checked=dojo.byId('listHideNotHandled').checked;

view/js/projeqtorWork.js?version=V4.4.1.0105


formInitialize();
dojo.byId('userId').value=dijit.byId('userName').get("value");
dojo.byId('idle').checked=dojo.byId('listShowIdle').checked;
dojo.byId('showPlannedWork').checked=dojo.byId('listShowPlannedWork').checked;
dojo.byId('hideDone').checked=dojo.byId('listHideDone').checked;
dojo.byId('hideNotHandled').checked=dojo.byId('listHideNotHandled').checked;
dojo.byId('displayOnlyCurrentWeekMeetings').checked=dojo.byId('listDisplayOnlyCurrentWeekMeetings').checked;
loadContent('../view/refreshImputationList.php', 'workDiv', 'listForm', false);
return true;
}

Yannick

Please Connexion or Create an account to join the conversation.

More
28 Aoû 2014 19:27 #2 by babynus
Hi,

Several workarounds are possible :
1) In global parameters, on "Real Work allocation" section, set "Display only handeled tasks" to "No"
=> This fixes the issue.
2) Comment line 65 in /view/js/projeqtorWork.js
//dojo.byId('hideNotHandled').checked=dojo.byId('listHideNotHandled').checked;


Thanks for reporting the issue.
Ticket #1509 recorded to fix the issue.

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

More
28 Aoû 2014 19:53 #3 by babynus
Final fox is replace in /view/js/projeqtorWork.js, line 65
dojo.byId('hideNotHandled').checked=dojo.byId('listHideNotHandled').checked;
with
if (dojo.byId('hideNotHandled') && dojo.byId('listHideNotHandled') ) {
	  dojo.byId('hideNotHandled').checked=dojo.byId('listHideNotHandled').checked;
	}

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: 002514

Please Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.038 seconds

Paramétrages de cookies

×

Cookies fonctionnels

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Veuillez vous connecter pour voir vos activités!

Autres cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.