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

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

Open
halftermeyer opened this issue Jul 4, 2024 · 0 comments
Open

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

halftermeyer opened this issue Jul 4, 2024 · 0 comments
Labels
bug Something isn't working high priority

Comments

@halftermeyer
Copy link

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
@halftermeyer halftermeyer added the bug Something isn't working label Jul 4, 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 high priority
Projects
None yet
Development

No branches or pull requests

2 participants