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 :
Someone can help ?
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 ?