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.
Hello,
I used plugin ScreenCustomisation (v5.1, with ProjeQtor 7.1.5) to add fields in screen "Project"
I would like to delete one theses new fields but I can't 🙁 : I don't have the trash icon to do that.
And more "strange" : when I edit these field, I can't modify anything.
What do I wrong ? 🙁
Regards,
Damien
-----------------------------------------------
.
ProjeQtOr v12.1.0 - Apache v2.4.56 - MariaDB v10.4.28 - PHP v8.2.4
Plugins installed : PersonalizedTranslation 1.6 - ScreenCustomization 7.2
Check file projeqtor/model/custom/Project.php
It should contain a field
public static $_customFields=array(
'clientCode'
);
listing all custom fields.
Add your own if it's not the case.

