salesagility / SuiteCRM-Core

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
175 stars 121 forks source link

When add a new field and set as readonly the widget input is not rendered at listview #545

Open lukio opened 6 days ago

lukio commented 6 days ago

Issue

Hello!

When set a field as readonly => true from vardefs.php, the input text is not displayed at ListView.

For example:

screenshot-20240912-214809Z-selected

Possible Fix

No response

Steps to Reproduce the Issue

1. Create a new field (type => varchar) at vardefs.php and add attribute `readonly` => true.
2. Add the new field to searchdefs.php
...

The widget input is missing at ListView.

Context

No response

Version

8.5.1

What browser are you currently using?

Firefox

Browser Version

115

Environment Information

7.4.33

Operating System and Version

debian11

lukio commented 6 days ago

I believe that this issue is related to ticket #313