dlr-gtlab / gtlab-core

GTlab Core Framework
https://www.gtlab.de
Other
7 stars 2 forks source link

🐛 [BUG] - Packages/modules are not considered in project backups #1211

Open OliverKunc opened 4 months ago

OliverKunc commented 4 months ago

Summary

Activation (and probably also deactivation) of "Project Modules" are ignored by the backup functionality. Also, changes to un-backuped modules (aka packages) are ignored when restoring backups.

Expected Behaviour

The backup functionality should store and restore the entire project state including the state of activeness of modules and their contents.

Reproduction steps

1. Backup a project
2. Activate a module
3. Make some changes to that module, save the project
4. Restore the backup

Now the module, which was activated post-backup, is not only still active, but it even contains the post-backup changes.

GTlab environment

GTlab Version: 2.0.6

OS

Windows

rainman110 commented 4 months ago

Thanks for Posting the issue. Lets separate the two case:

rainman110 commented 4 months ago
OliverKunc commented 4 months ago