You can right now install V3.0 of plugin Screen Customization on V6.0.5.
It will work much better.
V3.1 of plugin will bring improved management of hiding fields that appear on a table manner (like dates and work on activity) but it is compatible.
V6.0.6 of ProjeQtOr will require V3.1 of plugin, but this will be controlled when installing V6.0.6 : plugin V3.0 or below will be disabled and message will appear during migration.
To anwser your questions, my advise is :
- install V3.0 right now on V6.0.5
- When ProjeQtOr V6.0.6 and plugin V3.1 are available : install ProjeQtOr V6.0.6 : it will disable plugin V3.0, then install plugin V3.1
To upgrade a plugin, just install new version as if is was a new plugin.
I have installed new plugin version (v3.0), disconnect me from my application, quit my browser (and clear cache twice)....but it is the same as before:(
I didn't retrieve my "old" parameters
I can't create news (when I save my modification, Projeqtor says me "modifications saved" but nothing appears (and I see all my fields in screen).
I attach here the dump you ask me (extrahiddenfields) : hope it's can help you.
DELETE FROM `${prefix}tempupdate` WHERE 1=1;
INSERT INTO `${prefix}tempupdate` (SELECT max(id), scope, idType, null, null, null FROM `${prefix}extrahiddenfield`
group by scope, idType, field
having count(*) >1 or scope not like '%#%');
delete from `${prefix}extrahiddenfield` where id in (select id from `${prefix}tempupdate`);
(replace ${prefix} with your own prefix
Something like that in your case :
DELETE FROM `prjtempupdate` WHERE 1=1;
INSERT INTO `prjtempupdate` (SELECT max(id), scope, idType, null, null, null FROM prjextrahiddenfield`
group by scope, idType, field
having count(*) >1 or scope not like '%#%');
delete from `prjextrahiddenfield` where id in (select id from `prjtempupdate`);
En poursuivant votre navigation, vous acceptez le dépôt de cookies tiers destinés au bon fonctionnement et à la sécurisation du site (gestion de session, reCaptcha) et à une analyse statistique anonymisée des accès sur notre site (Google Analytics). Si vous vous inscrivez, les informations que vous fournirez ne seront jamais divulguées à un tiers sous quelque forme que ce soit. En savoir plus
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.