﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3884	Attribute editing not initialized properly	crupp@…	Adeel Asghar	"After adding a block with the ""defaultComponentPrefixes = parameter"" annotation to a model and then after editing the attributes for that block, the parameter designation disappears.

To reproduce using the following record:

{{{
record rec
  parameter Real a = 1;
  annotation(defaultComponentPrefixes = ""parameter"");
end rec;
}}}

1) Drag the block to the model, check that parameter prefix is correct in text view.
2) Edit the attributes in diagram view, notice that the setting is variability is ""Unspecified"" rather than ""parameter"". Then change the name.
3) In text view the prefix is now missing.

Tested using the latest nightly: v1.10.0-dev-112-g1418a48"	defect	closed	high		OMEdit	v1.10.0-dev-nightly	fixed		
