tlkenergy / sim-tlk

Roadmap and Issues for sim.TLK cloud based system simulation
2 stars 1 forks source link

Django .FMU History is missing for several .FMUs #15

Open Walshest opened 2 years ago

Walshest commented 2 years ago

Hi, When trying to revert back to older versions of a .FMU model we have the "History" button in Django. However this doesn't show any information for some of our models and therefore cannot revert back to older setups... image Is it possible to save versions of the .FMU? Can this only be done from the backend or also frontend? How does it work with autosave on the frontend? Can we then revert back to previous autosaves?

Walshest commented 2 years ago

I think the issue is that when changes are made to the front end; it isn't saved in the history in the backend...

magraeber commented 2 years ago

Yes, currently reversion only works directly in Django Admin page. It's on our development roadmap to add this feature to frontend's admin page.