You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: