﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3157	OMEdit ignores annotation(Dialog)	Rüdiger Franke	Adrian Pop	"Recently we shifted parameter qualifiers from record elements to whole record instances in the PowerSystems library. The respective record elements were marked with `annotation(Dialog)` to still get them into the parameter dialog of a GUI.  
See https://github.com/Modelica/PowerSystems/pull/5

OMEdit ignores these annotations. There finds models in the MSL that do the same and that do neither work, for instance:
   `Modelica.Mechanics.MultiBody.Visualizers.Advanced.Arrow`
See also `Modelica.UsersGuide.ReleaseNotes.Version_2_2_1` that introduced `annotation(Dialog)` to `MultiBody`.

Other models seem to work as soon as they decorate the Dialog annotation, e.g.:
   `Modelica.Blocks.Sources.RealExpression`
with `annotation(Dialog(group = ""Time varying output signal""), ...)`
"	defect	closed	high	1.9.2	Frontend	trunk	fixed		Adrian Pop
