Open-Systems-Pharmacology / MoBi

MoBi® is a software tool for multiscale physiological modeling and simulation
Other
29 stars 10 forks source link

Changing the "Default merge behavior" of a module should mark the simulation as "not synched" #1369

Closed PavelBal closed 3 months ago

PavelBal commented 3 months ago

Sync is noted by this green/red indicator on the module within the simulation explorer

image

TwoContainerModel is not in sync, but OrganismModule is in sync.

You can change the default merge behavior of a module in the module explorer using the context menu

image

Doing so should make the module representation in the simulation explorer red, but it does not.

rwmcintosh commented 3 months ago

Along with this feature - let's remove the possibility to override the module default behavior at the simulation level.

So, there will not be a 'DefaultBehavior', only 'Behavior'.

They should be the same.

Edit - Another issue will take care of this https://github.com/Open-Systems-Pharmacology/OSPSuite.Core/issues/2266

rwmcintosh commented 3 months ago

Look for captions describing 'Default Merge Behavior'. It will be just 'Merge Behavior'

rwmcintosh commented 3 months ago

It's been renamed now and the context menu is just Merge Behavior without Default

image