You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Undo after delete module does not restore module state. This is a minor issue with a complex repair so we might not address it for a while but it should be noted. Any module (like UKS) which has some sort of internal state (which is saved and restored to the Network file), will not work properly if deleted then the Undo function is used to restore it. Restoring a module creates a new instance rather than restoring the old instance (which was never saved anywhere).
Application: Brain Simulator
To Reproduce
Steps to reproduce the behavior:
New network
Add UKS module
Add UKSTest module
Delete UKSTest module
Open UKS dialog and not presence of "Fred" node (created by UKSTest)
Delete UKS module
Undo to restore UKS module
Open UKS dialog (because it was not restored)
Note that "Fred" node is missing
Expected behavior
Undo should restore deleted modules to their correct state.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Undo after delete module does not restore module state. This is a minor issue with a complex repair so we might not address it for a while but it should be noted. Any module (like UKS) which has some sort of internal state (which is saved and restored to the Network file), will not work properly if deleted then the Undo function is used to restore it. Restoring a module creates a new instance rather than restoring the old instance (which was never saved anywhere).
Application: Brain Simulator
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Undo should restore deleted modules to their correct state.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: