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

Display issues with global search #10377

Open
JackBuchanan opened this issue Mar 13, 2024 · 1 comment
Open

Display issues with global search #10377

JackBuchanan opened this issue Mar 13, 2024 · 1 comment
Labels
Area:Search Issues & PRs related to all things regarding Search Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Severity: Minor Function rarely used and has no impact Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type: Bug Bugs within the core SuiteCRM codebase

Comments

@JackBuchanan
Copy link
Contributor

Issue

When using global search Currency is not formatted correctly, enums are displayed using they key not the label and the module name is used instead of the label

Expected Behavior

Currency should be formatted, should be: $10,000.00 NOT: 10000
Enum labels should be used, should be: "Sales Partner" NOT: SalesPartner
Module name should be value not key, should be "Quotes" NOT: aos_quotes

Actual Behavior

Currency should be formatted, should be: $10,000.00 NOT: 10000
Enum labels should be used, should be: "Sales Partner" NOT: SalesPartner
Module name should be value not key, should be "Quotes" NOT: aos_quotes

Possible Fix

Steps to Reproduce

  1. Search for module that uses currency field e.g. opportunities
  2. See results displayed as above

Context

Global search displays values incorrectly

Your Environment

  • SuiteCRM Version used: SuiteCRM 7.14.1
  • Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome
  • Environment name and version (e.g. MySQL, PHP 7): MySQL, PHP 7.4
  • Operating System and version (e.g Ubuntu 16.04): Ubuntu
JackBuchanan added a commit to JackBuchanan/SuiteCRM that referenced this issue Mar 13, 2024
… values correctly

Update how enums fields, currency fields and module names are displayed in global search
@gunnicom
Copy link
Contributor

Duplicate #9824

@serhiisamko091184 serhiisamko091184 added Type: Bug Bugs within the core SuiteCRM codebase Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Severity: Minor Function rarely used and has no impact Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Area:Search Issues & PRs related to all things regarding Search labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Search Issues & PRs related to all things regarding Search Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Severity: Minor Function rarely used and has no impact Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

3 participants