mirror of https://gitlab.com/pamhyr/pamhyr2
Scenario: Fix mistake.
parent
ea7fda6b28
commit
0608b9175e
|
|
@ -520,8 +520,7 @@ class Study(SQLModel):
|
|||
data={}
|
||||
)
|
||||
|
||||
if switch:
|
||||
self.status.scenario = new
|
||||
self.status.scenario = new
|
||||
|
||||
self.status.set_as_editable()
|
||||
return new
|
||||
|
|
|
|||
Loading…
Reference in New Issue