neodash
neodash copied to clipboard
Report Actions the "TO" field click selection is incorrect when using gantt report
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.