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

ListItemPicker, calculated column as columnInternalName not working #1870

Open
jonsjonsson opened this issue Aug 20, 2024 · 3 comments
Open

Comments

@jonsjonsson
Copy link

Category

[ ] Enhancement
[x] Bug
[x] Question

Version

3.19.0

Expected / Desired Behavior / Question

When using a calculated column for columnInternalName no results are returned.
This also seems to have been a issue before, #805

Observed Behavior

Can see that this API, /_api/web/lists('listguid')/GetItems(query=@v1) being called to get the items returns a 500 error when a calculated column is being used. The CAML query being sent in the url to the API works correctly if i test it in some other way.

Steps to Reproduce

Use a calculated column as columnInternalName

Copy link

Thank you for submitting your first issue to this project.

wilecoyotegenius added a commit to wilecoyotegenius/sp-dev-fx-controls-react that referenced this issue Oct 1, 2024
@wilecoyotegenius
Copy link
Contributor

@jonsjonsson
I have looked into this.
I did not encounter any 500 errors on API calls, but it I was also getting no results when first clicking on an picker (without any inline filter entered). I have proposed a pull request to fix that,

@moudhafersalhi
Copy link

I can confirm the same issue, and can also confirm that the last beta version fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants