campsych / concerto-platform

Concerto Platform - Open-Source Online Adaptive Testing Platform
https://concertoplatform.com/
Apache License 2.0
151 stars 88 forks source link

Delete nodes still exist when trying to delete #327

Closed snaeil closed 3 years ago

snaeil commented 3 years ago

Concerto Platform version

5.0.20

Expected behavior

Within a test, when I delete a node, I expect it to be gone completely.

Actual behavior

The node is not deleted but only "hidden".

Steps to reproduce the issue

  1. Right click on a node and delete it
  2. Got to tab "Administration"
  3. Export content
  4. Check out export.concerto.yml and find nodes still existing
przemyslawlis commented 3 years ago

There's no such concept in Concerto as hidden node. Nodes are permanently removed on delete action. Maybe you're seeing some other node in your export.concerto.yml file?

snaeil commented 3 years ago

My bad, I have been wrong. Sorry!