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

When sorting on a calculated column the system fails, this is because the column name for calc columns includes the definition #1244

Closed
chrisjstevo opened this issue Feb 29, 2024 · 0 comments · Fixed by #1245
Assignees
Labels
bug Something isn't working

Comments

@chrisjstevo
Copy link
Contributor

Bug Report

When we create a calculated column on a grid (example orders) and the sort on it, the sort definition contains the definition of the column as well as the name.

This means a name lookup doesn't work.

The way to resolve this is to either:

a) strip out the column definition fields from the name
b) get the UI to only send the name and not the full definition.

Doing a will protect from both scenarios.

Screenshot 2024-02-29 at 13 41 39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant