OWASP / threat-dragon

An open source threat modeling tool from OWASP
https://owasp.org/www-project-threat-dragon/
Apache License 2.0
874 stars 231 forks source link

unable to Undo #152

Closed jgadsden closed 2 years ago

jgadsden commented 4 years ago

This issue has been migrated from : https://github.com/mike-goodwin/owasp-threat-dragon-core/issues/58 and was opened by @securestep9 :

Undo command is missing in Edit - it makes life very difficult when you accidentally delete something by mistake (Redo is needed as well)

leovdoo commented 3 years ago

Although Undo and Redo labels are present in the Edit menu, they don't do anything.

jgadsden commented 3 years ago

Agreed @leovdoo - they only work when editing the project details and not when editing the diagram. The drawing package that we use, JointJS, does not support this for the free version; just the paid-for version

We intend to move to mxgraph for version 2.0, which will give us undo/redo for diagramming, and the project is here: https://github.com/OWASP/threat-dragon-core/projects/6

with a roadmap here: https://owasp.org/www-project-threat-dragon/#div-roadmap

If you would like to help then we are looking for contributors?

lreading commented 2 years ago

Closing, as this is completed in the v2-development branch.