﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4081	OMEdit ignores modified displayUnit	Rüdiger Franke	Adeel Asghar	"Open `DisplayUnit.Test` in the diagram view and double click on the model `m`. The parameter dialog will show the parameter T in `degC` instead of the modified `K`.

{{{#!mo
package DisplayUnit
  type Temperature = Real(unit = ""K"", displayUnit = ""degC"");

  model M
    parameter Temperature T;
  end M;

  model Test
    M m(T(displayUnit = ""K"") = 300) annotation(Placement(visible = true, transformation(origin = {1, -1}, extent = {{-51, -51}, {51, 51}}, rotation = 0)));
  end Test;
end DisplayUnit;
}}}"	defect	closed	high	1.11.0	OMEdit	v1.11.0	fixed		
