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

fixes bug where arrays are passed as [object Object] #849

Merged

Conversation

LiamEdwardsLamarche
Copy link
Contributor

This PR fixes a bug where passing a list as a report action would cause the output to be [object Object] for each element in that list.

The Cypher query returns the list object ['a', 'few', 'words'] as 'list'.

Screenshot 2024-04-09 at 11 12 30

This is what previously happened when turning on a report action and its behaviour in other charts:

Screenshot 2024-04-09 at 11 16 12

Screenshot 2024-04-09 at 11 16 31

This is the result after the fix:

Screenshot 2024-04-09 at 11 16 59

@mariusconjeaud mariusconjeaud changed the base branch from master to develop April 9, 2024 13:04
Copy link

sonarcloud bot commented Apr 18, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@mariusconjeaud mariusconjeaud merged commit 6e54e0d into neo4j-labs:develop Apr 18, 2024
2 checks passed
@mariusconjeaud mariusconjeaud mentioned this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants