﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6289	newInst fails to resolve renaming import	Martin Sjölund	Per Östlund	"IdealizedContact.Examples.Example1 uses a PartialContactBlock that looks like the following and it fails unless I change `SI.TranslationalDampingConstant` to `Modelica.SIunits.TranslationalDampingConstant`

{{{
    partial model PartialContactBlock ""Partial model for the contact blocks""
      import SI = Modelica.SIunits;
      outer parameter SI.TranslationalSpringConstant springCoefficient;
      outer parameter SI.TranslationalDampingConstant dampingCoefficient;
}}}

The library has many other issues, but at least this should be good to fix."	defect	closed	high	1.17.0	New Instantiation	v1.17.0-dev	fixed		
