Forum

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.

Unable to delete fi...
 
Notifications
Clear all

Unable to delete field in plugin ScreenCustomisation

2 Posts
2 Users
0 Reactions
2,020 Views
Damien
(@dnaton)
Posts: 248
Active Member
Topic starter
 
[#5424]

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

 
Posted : 16 Sep 2018 21H27
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 17 Sep 2018 16H03
Share:

Scroll to Top