View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - 6.2.2 Little fix for saving - ProjeQtOr
 

6.2.2 Little fix for saving

More
24 Apr 2017 11:22 - 24 Apr 2017 11:22 #1 by papjul
Hi,

One of 6.2.2 fixes was not well done: sourceforge.net/p/projectorria/code/3962/#diff-10
Could you please change:
} else if (dojo.byId('objectClass') && dojo.byId('objectId')) {
    var url = '../tool/getObjectCreationInfo.php?objectClass='+ dojo.byId('objectClass').value +'&objectId='+dojo.byId('objectId').value;
    loadDiv(url, 'buttonDivCreationInfo', null);
    if (validationType != 'note' && validationType != 'attachment') {
      formInitialize();
    }
    hideWait();
  }
into
} else {
    if (dojo.byId('objectClass') && dojo.byId('objectId')) {
      var url = '../tool/getObjectCreationInfo.php?objectClass='+ dojo.byId('objectClass').value +'&objectId='+dojo.byId('objectId').value;
      loadDiv(url, 'buttonDivCreationInfo', null);
    }
    if (validationType != 'note' && validationType != 'attachment') {
      formInitialize();
    }
    hideWait();
  }
in projeqtor.js at line ~1420

Have a look at code of version 6.1.x if you don’t understand why this should be done like this.

Thanks,
Last edit: 24 Apr 2017 11:22 by papjul.

Please Log in or Create an account to join the conversation.

More
24 Apr 2017 14:38 #2 by babynus
Replied by babynus on topic 6.2.2 Little fix for saving
You're right.
Thanks for the fix.

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
27 Apr 2017 15:11 #3 by pipobru
Replied by pipobru on topic 6.2.2 Little fix for saving
on my instal this modification not run. Without error but no login are possible.

Please Log in or Create an account to join the conversation.

More
27 Apr 2017 15:18 #4 by papjul
Replied by papjul on topic 6.2.2 Little fix for saving
Make sure you didn’t forget a bracket and share with us your JavaScript console logs.

Please Log in or Create an account to join the conversation.

More
27 Apr 2017 15:41 - 27 Apr 2017 15:51 #5 by pipobru
Replied by pipobru on topic 6.2.2 Little fix for saving
very strange I re test for record js console log and the login is OK .... Sorry And after a check i have omit a { caracter after the first ELSE. Sorry again :-)
Last edit: 27 Apr 2017 15:51 by pipobru.

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.042 seconds

Cookies settings

×

Functional Cookies

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

Please login to see yours activities!

Other cookies

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