Commit 5a84cd93 authored by Administrator's avatar Administrator

[FIX] moved to trash msg.

parent a733e3ae
......@@ -603,7 +603,7 @@ class Nodes(APIView):
session.add(node)
session.commit()
msgres = node_id+" deleted!"
msgres = node_id+" moved to Trash"
except Exception as error:
msgres ="error deleting : " + node_id + str(error)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment