﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3485	Parameter records are not displayed and cannot be modified in OMEdit GUI	Christian Kral <dr.christian.kral@…>	somebody	"If a model uses parameter records, these records are displayed in the OMEdit GUI as regular parameter entry fields. I attached a sample model of a DC machine to describe the issue using an example. However, the following behavior occurs when double clicking on the DC machine model:
 * Switch to ""Losses"" and enter ""brushParameters(V=1)"" in the field brushParameters. Click OK
 * The following code is then inserted {{{...dcpm(...,brushParameters = brushParameters(V = 1))}}}: this is syntactically incorrect Modelica code
 * When re-opening the DC machine parameter GUI the brushParameters do no appear
 * Remove {{{,brushParameters = brushParameters(V = 1)}}} from the code
 * Add syntactically correct in the code {{{...dcpm(...,brushParameters(V = 1))}}}
 * The model checks fine but again, the no brushParameters appear in the GUI

To summarize my investigations, the GUI seems not to be able to handle and display records properly.
"	defect	new	high	Future	Frontend				
