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

Report Actions the "TO" field click selection is incorrect when using gantt report #939

Open
pdrangeid opened this issue Aug 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pdrangeid
Copy link

NeoDash version: 2.4.8

Neo4j Database version: 5.19.0 Enterprise

  • Steps to reproduce
    Within the Gantt report cypher I am returning a node as a task and using "Report Actions"

  • Expected behavior
    When using "Report Actions" when you interactively click on the last field to populate/set the "TO" (the property value you wish to use)
    It populates the fully qualified object name (nodeobject.property_one, nodeobject.property_two etc).
    But when the task item is clicked on in the report, it doesn't set the parameter to the selected value. If you MANUALLY just type property_one or property_two it works fine.
    but the dropdown selector instead populates it with fully qualified object, instead of JUST the valid property names.

  • Actual behavior
    Parameter value is set to null. Unless you "KNOW" that the fully qualified object name is invalid, and instead manually TYPE in JUST the property name.

This problem isn't present on other reports types I tested, appears to be just the gantt report. I suspect the other reports are just properly truncating the selector list to only the value name, and not the fully qualified object.

@pdrangeid pdrangeid added the bug Something isn't working label Aug 8, 2024
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

No branches or pull requests

1 participant