I have identified a BUG related to the Number field in the filters of the Cases module, where the field appears locked and does not allow data entry.
I understand that this behavior occurs because the field inherits the properties from the vardefs, where it is defined as readonly for the edit and create views. However, in the case of filters, it should be possible to remove this property.
I tried to resolve this using the SearchFields.php file, but it has no effect, as it seems to prioritize the properties defined in the vardef, keeping the readonly configuration.
Is there any way to override the properties of this field specifically in the filter view?
This issue also occurs when creating a module of type Issues.
I would greatly appreciate any guidance or solution for this problem.
Suitecrm 8.7.1