View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - global paramIconSize saving problem - 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)

 

 

 

global paramIconSize saving problem

More
21 Aoû 2014 17:09 #1 by g.miraillet
Hello,
I don't know if this one as already been reported :

When editing the global 'paramIconSize' in globals parameters view, and if a user has already set his own value, the new global parameter will not be saved.
Instead, the parameter is saved as a new one in database with a NULL 'parameterCode' value.
After a little modification in 'saveParameter.php' (tool/saveParameter.php), the parameter is now properly saved.

Before : (line 141)
      $crit['parameterCode']=$fld;
      $obj=SqlElement::getSingleSqlElementFromCriteria('Parameter', $crit);
After :
      $crit['parameterCode']=$fld;
      $crit['idUser']=null;
      $crit['idProject']=null;
      $obj=SqlElement::getSingleSqlElementFromCriteria('Parameter', $crit);

As the global parameter and user parameter has the same 'parameterCode', the 'getSingleElementFromCriteria()' method can't retrieve a unique result.


By the way, thanks for your great work on this project, it's awesome.

Please Connexion or Create an account to join the conversation.

More
21 Aoû 2014 19:17 #2 by babynus
Many thanks for reporting and fixing this issue.
Recorded as #1502 and will be included in next version.

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.035 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.