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

enum fields contain unexpect value after filtering listview in 8.3.0 #264

Closed
scicali opened this issue May 22, 2023 · 2 comments
Closed
Labels
Area: Listview Issues & PRs related to all things regarding the Listview Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Type:Bug Something isn't working

Comments

@scicali
Copy link

scicali commented May 22, 2023

Issue

After perform a filter of on enum field, in listview some unexpected value can be show in enum field's of record.
This bug affect only 8.3.0

Expected Behavior

Right enum filed value must be show in records' list view

Actual Behavior

Unexpect enum filed value can be show in records' list view

Possible Fix

Can be a render(angular) problem, graphql responses contains enum fileds correct values

Steps to Reproduce

  1. https://suite8demo.suiteondemand.com/
  2. go to Accounts module
  3. enable displaing of "Industry" field
  4. filter records by "Industry"="Consulting"
  5. some account record have wrong "Industry" value
  6. if u refresh the page "Industry" values are correct

After perform a search
2023-05-22
After refresh
2023-05-22 (1)

Your Environment

SuiteCRM Version used: 8.3.0 (https://suite8demo.suiteondemand.com)

@johnM2401 johnM2401 added Type:Bug Something isn't working Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Area: Listview Issues & PRs related to all things regarding the Listview labels May 22, 2023
@scicali
Copy link
Author

scicali commented Oct 9, 2023

PR #356 resolve these issues

@scicali
Copy link
Author

scicali commented Feb 26, 2024

solved in 8.4

@scicali scicali closed this as completed Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Listview Issues & PRs related to all things regarding the Listview Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Type:Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants