View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Screencustomisation - Hide field - ProjeQtOr

Prochaines sessions de formation

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

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)

Mardi 23 avril (10h30-12h)

Jeudi 16 mai (16h-17h30)

Jeudi 13 juin (10h30-12h)

 
 

Planifiez avec ProjeQtOr

3 et 4 avril (9h - 12h30)

 
 

Administrez avec ProjeQtOr

10 et 11 avril (9h - 12h30)

 

 

 
 

Screencustomisation - Hide field

More
02 Jan 2018 08:28 #1 by ldumas
Hello,

I just upgraded my ProjeQtOr to 6.4.4 and all works fine (after some commands lines)

But i have a problem with the screen customisation, the "new" feature that allow to hide a field for some type of tickets seems to work but not for all fields ?

I hidded many fields in the 'Description' tab but when i try to hide some 'Products' fields it doesn't save my choice, even if i INSERT INTO the table named 'extrahiddenfield' by :
INSERT INTO extrahiddenfield (scope, idType, field)
VALUES
('Type#Ticket', '162', 'buildDev')

Someone can help ?

Please Connexion or Create an account to join the conversation.

More
02 Jan 2018 11:30 #2 by babynus
Try and remove duplicates in table extrahiddenfields

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

More
02 Jan 2018 12:05 #3 by ldumas
I tried this to find duplicate entries (and i checked manually because only 319 rows) and i found no duplicate entry.
SELECT
	scope, COUNT(scope),
    idType, COUNT(idType),
    field, COUNT(field)
FROM
extrahiddenfield
GROUP BY
	scope,
    idType,
    field
HAVING
	(COUNT(scope) > 1) AND
    (COUNT(idType) > 1) AND
    (COUNT(field) > 1)

Please Connexion or Create an account to join the conversation.

More
02 Jan 2018 12:26 #4 by ldumas
Hm ok i found this in httpd logs :

[Tue Jan 02 12:22:50.101826 2018] [php7:warn] [pid 2497] [client XXXXXXXX] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0, referer: http://XXXXXXXXXX/view/main.php

so i changed the max_input_vars value, but it was unavailable so i don't understand why he takes 1000 as the limit ?

Btw it works now

Please Connexion or Create an account to join the conversation.

More
03 Jan 2018 15:04 #5 by babynus

so i changed the max_input_vars value, but it was unavailable so i don't understand why he takes 1000 as the limit ?

1000 is default value for max_input_vars in PHP.

It is a screen where impact of max_input_vars was not identified yet.
Of course, it will depend on number of items in list (for instance number of types) and complexity of screen.
Moreover, If prerequisites is respected (max_input_vars=4000) it may not happen

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

More
03 Jan 2018 15:32 #6 by ldumas
Yes i configured php.ini to 4000 instead of "nothing" and it's ok.

Sorry for this useless post.

Bye

Loïc

Please Connexion or Create an account to join the conversation.

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