Open
Description
Hi Team NeoDash
When I clone a report R1 (which contains a report actions RA1) to a report R2 (containing RA2), any further modification of RA1 applies to RA2 and vice versa, as if they where the very same object.
- neodash version 2.4.8
- neo4j version 5.20.0 EE (desktop) and 5.21-aura EE (Aura Pro)
To reproduce:
- Create a Table report (R1) [MATCH (n) RETURN n.name LIMIT 10]
- Create a Report action (RA1) [ON Cell Click n.name SET parameter $neodash_x TO n.name]
- Clone R1 to R2
- Open Report Action RA2 and change $neodash_x to $neodash_y
- Check parameter name is set to $neodash_y in RA1 too