Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with the number field in case filters #572

Open
desarrollador20 opened this issue Nov 21, 2024 · 0 comments
Open

Bug with the number field in case filters #572

desarrollador20 opened this issue Nov 21, 2024 · 0 comments
Labels
Area: Frontend Area: Search Issues & PRs related to all things regarding Search Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Severity: Moderate Minor Impact Type: Bug Something isn't working

Comments

@desarrollador20
Copy link

Issue

The Number field is disabled in the filters of the Cases module
2357c5e9139c58e669ad34132add7272ce554b98
this error extends to when a type issues module is created with this field autogenerated by the system.

Possible Fix

I understand that this behavior occurs because the field inherits the properties of 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.
A possible solution is to respect the properties given in the SearchFields.php file.

Steps to Reproduce the Issue

1.Go to the cases module
2.In the list module click on the filter button

Context

No response

Version

8.7.1

What browser are you currently using?

Chrome

Browser Version

Version 124.0.6367.60 (Official Build) (64-bit)

Environment Information

8.1.29

Operating System and Version

Ubuntu 22.04.4 LTS

@desarrollador20 desarrollador20 added the Type: Bug Something isn't working label Nov 21, 2024
@johnM2401 johnM2401 added Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Area: Frontend Severity: Moderate Minor Impact Area: Search Issues & PRs related to all things regarding Search labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Frontend Area: Search Issues & PRs related to all things regarding Search Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Severity: Moderate Minor Impact Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants