Forum

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.

2.2.1: Bug sur la f...
 
Notifications
Clear all

2.2.1: Bug sur la fonction de copie d'un projet => la fenêtre figée et déconnexion impossible ...

6 Posts
2 Users
0 Reactions
26.5 K Views
Ambroise
(@ambroise1er)
Posts: 96
Active Member
Topic starter
 
[#503]

Bonjour Babynus,

La copie d'un projet ne fonctionne pas correctement.

Depuis la version 2.2.0, lors de la copie d'un projet (avec sa structure), une fenêtre "Information" s'affiche avec un bouton OK.

Cependant le clic sur le bouton OK, ne produit pas la copie comme avant, le processus dure indéfiniment ...Voir pièce jointe.
On ne peut pas, non plus, se déconnecter proprement.

Ce problème se manifeste également sur la dernière version 2.2.1

Conséquence :
- On est tenté de recommencer plusieurs fois
- Finalement on doit forcer la fermeture de l'application et on se retrouve avec plusieurs doublons ...

Cordialement.


 
Posted : 13 May 2012 13H36
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Please post in English !!!
So that everyone can profit of the posts.

_______________________________________________

Translation :

Issue on Project Copy : spinner is never closed and pop-up "Ongoing operation" is automatically displayed (without clicking).
But the project is copied...


 
Posted : 13 May 2012 14H20
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Ticket #671 registered


 
Posted : 13 May 2012 14H25
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Fixed in /view/js/projector.js, line 704

   gotoElement(lastSaveClass.value, lastSaveId.value);

replaced by

   waitingForReply=false;
   gotoElement(lastSaveClass.value, lastSaveId.value);
   waitingForReply=true;

 
Posted : 13 May 2012 14H56
Ambroise
(@ambroise1er)
Posts: 96
Active Member
Topic starter
 

Hi Babynus,

I have tried this solution some minute ago, by replacing the line of code , but the problem persiste.

Cdt


 
Posted : 13 May 2012 15H39
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

It does not work because you did not refresh your browser cache ! :whistle:

I am sure its fixes the issue : I tested it, deployed it to Test, Demo and Track databases, and it works ! B)

V2.2.2 is deployed, including the fix. 🙂


 
Posted : 13 May 2012 15H47
Share:

Scroll to Top