﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3582	redeclare model disappear when modifying a parameter...	Arno_Epsilon <acolleoni@…>	Adeel Asghar	"I downloaded the last nightly build this morning (OpenModelica-v1.9.4-dev-525-gf0bcb4f).
I tried to modify a parameter on a component containing a replaceable model.
When i did it, the line redeclare model Medium = Medium disappeared in my test model...
What i mean is:
Before modifying the parameter L to 2, i had:
MyLib.Component pipe(redeclare model Medium = Medium, L=1) annotation...;
After, i have:
MyLib.Component pipe(L=2) annotation...;

the model Medium is not redeclared anymore, unless i rewrite the line..."	defect	closed	critical		OMEdit		duplicate	replaceable	
