Skip to content

Cloned Report points to same Report Action as original does #917

Open
@halftermeyer

Description

@halftermeyer

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:

  1. Create a Table report (R1) [MATCH (n) RETURN n.name LIMIT 10]
  2. Create a Report action (RA1) [ON Cell Click n.name SET parameter $neodash_x TO n.name]
  3. Clone R1 to R2
  4. Open Report Action RA2 and change $neodash_x to $neodash_y
  5. Check parameter name is set to $neodash_y in RA1 too

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions